#F138D6

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

Shades of Razzle Dazzle Rose #F138D6

Tints of Razzle Dazzle Rose #F138D6

Color information

#F138D6 (or 0xF138D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 38 and D6. RGB value is (241,56,214). Sum of RGB (Red+Green+Blue) = 241+56+214=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F138D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F138D6 is #0EC729. Grayscale: #808080. Windows color (decimal): -968490 or 14039281. OLE color: 14039281.

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

Color convert

RGB24156214-
CMYK00.770.110.05
HSL308.76º86.85%58.24%-
HSV(B)308.76º76.76%94.51%-
XYZ49.8326.3866.08-
YUV129.33175.79207.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 56 (22.27% from 255) = 10.96%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=47.16%
G=10.96%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415621400.770.110.05308.7686.8558.24
HexF138D604DB5135573a
Octal36170326011513546512772
Binary11110001111000110101100100110110111011001101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F138D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F138D6; }

 p { color: rgb(241,56,214); }

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

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

 a { background-color: rgb(241,56,214); }

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

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

 span { border-color: rgb(241,56,214); }

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