#F139C7

Color #F139C7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F139C7

Tints of Razzle Dazzle Rose #F139C7

Color information

#F139C7 (or 0xF139C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and C7. RGB value is (241,57,199). Sum of RGB (Red+Green+Blue) = 241+57+199=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F139C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139C7 is #0EC638. Grayscale: #7F7F7F. Windows color (decimal): -968249 or 13056497. OLE color: 13056497.

HSL color Cylindrical-coordinate representation of color #F139C7: hue angle of 313.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139C7 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24157199-
CMYK00.760.170.05
HSL313.7º86.79%58.43%-
HSV(B)313.7º76.35%94.51%-
XYZ48.0525.7556.47-
YUV128.2167.96208.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 57 (22.66% from 255) = 11.47%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=48.49%
G=11.47%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415719900.760.170.05313.786.7958.43
HexF139C704C11513a573a
Octal36171307011421547212772
Binary111100011110011100011101001100100011011001110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139C7; }

 p { color: rgb(241,57,199); }

 H1.HeaderClassName
 {
   color: #F139C7;
 }
 .AnyTagClassName
 {
   color: #F139C7;
 }
</style>
background-color css

<style>
 a { background-color: #F139C7; }

 a { background-color: rgb(241,57,199); }

 div.DivClassName
 {
   background-color: #F139C7;
 }
 .BgClassName
 {
   background-color: #F139C7;
 }
</style>
border-color css

<style>
 span { border-color: #F139C7; }

 span { border-color: rgb(241,57,199); }

 td.TdClassName
 {
   border-color: #F139C7;
 }
 .TagClassName
 {
   border-color: #F139C7;
 }
</style>