#F139E9

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

Shades of Razzle Dazzle Rose #F139E9

Tints of Razzle Dazzle Rose #F139E9

Color information

#F139E9 (or 0xF139E9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and E9. RGB value is (241,57,233). Sum of RGB (Red+Green+Blue) = 241+57+233=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 57 (22.66% from 255 or 10.73% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F139E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F139E9 is #0EC616. Grayscale: #838383. Windows color (decimal): -968215 or 15284721. OLE color: 15284721.

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

Color convert

RGB24157233-
CMYK00.760.030.05
HSL302.61º86.79%58.43%-
HSV(B)302.61º76.35%94.51%-
XYZ52.4527.5179.64-
YUV132.08184.96205.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 57 (22.66% from 255) = 10.73%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=45.39%
G=10.73%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415723300.760.030.05302.6186.7958.43
HexF139E904C3512f573a
Octal3617135101143545712772
Binary111100011110011110100101001100111011001011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139E9; }

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

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

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

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

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

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

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

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