#F137C9

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

Shades of Razzle Dazzle Rose #F137C9

Tints of Razzle Dazzle Rose #F137C9

Color information

#F137C9 (or 0xF137C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 37 and C9. RGB value is (241,55,201). Sum of RGB (Red+Green+Blue) = 241+55+201=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F137C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137C9 is #0EC836. Grayscale: #7E7E7E. Windows color (decimal): -968759 or 13187057. OLE color: 13187057.

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

Color convert

RGB24155201-
CMYK00.770.170.05
HSL312.9º86.92%58.04%-
HSV(B)312.9º77.18%94.51%-
XYZ48.1825.6557.67-
YUV127.26169.62209.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 55 (21.88% from 255) = 11.07%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=48.49%
G=11.07%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415520100.770.170.05312.986.9258.04
HexF137C904D115139573a
Octal36167311011521547112772
Binary111100011101111100100101001101100011011001110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F137C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F137C9; }

 p { color: rgb(241,55,201); }

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

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

 a { background-color: rgb(241,55,201); }

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

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

 span { border-color: rgb(241,55,201); }

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