#F139B9

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

Shades of Razzle Dazzle Rose #F139B9

Tints of Razzle Dazzle Rose #F139B9

Color information

#F139B9 (or 0xF139B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and B9. RGB value is (241,57,185). Sum of RGB (Red+Green+Blue) = 241+57+185=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F139B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139B9 is #0EC646. Grayscale: #7E7E7E. Windows color (decimal): -968263 or 12138993. OLE color: 12138993.

HSL color Cylindrical-coordinate representation of color #F139B9: hue angle of 318.26º 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 #F139B9 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24157185-
CMYK00.760.230.05
HSL318.26º86.79%58.43%-
HSV(B)318.26º76.35%94.51%-
XYZ46.525.1348.3-
YUV126.61160.96209.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 57 (22.66% from 255) = 11.80%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=49.90%
G=11.80%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415718500.760.230.05318.2686.7958.43
HexF139B904C17513e573a
Octal36171271011427547612772
Binary111100011110011011100101001100101111011001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139B9; }

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

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

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

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

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

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

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

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