#F136C7

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

Shades of Razzle Dazzle Rose #F136C7

Tints of Razzle Dazzle Rose #F136C7

Color information

#F136C7 (or 0xF136C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 36 and C7. RGB value is (241,54,199). Sum of RGB (Red+Green+Blue) = 241+54+199=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F136C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136C7 is #0EC938. Grayscale: #7E7E7E. Windows color (decimal): -969017 or 13055729. OLE color: 13055729.

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

Color convert

RGB24154199-
CMYK00.780.170.05
HSL313.48º86.98%57.84%-
HSV(B)313.48º77.59%94.51%-
XYZ47.925.4656.42-
YUV126.44168.95209.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 54 (21.48% from 255) = 10.93%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=48.79%
G=10.93%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415419900.780.170.05313.4886.9857.84
HexF136C704E115139573a
Octal36166307011621547112772
Binary111100011101101100011101001110100011011001110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F136C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F136C7; }

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

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

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

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

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

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

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

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