#F136C0

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

Shades of Razzle Dazzle Rose #F136C0

Tints of Razzle Dazzle Rose #F136C0

Color information

#F136C0 (or 0xF136C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 36 and C0. RGB value is (241,54,192). Sum of RGB (Red+Green+Blue) = 241+54+192=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F136C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136C0 is #0EC93F. Grayscale: #7D7D7D. Windows color (decimal): -969024 or 12596977. OLE color: 12596977.

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

Color convert

RGB24154192-
CMYK00.780.200.05
HSL315.72º86.98%57.84%-
HSV(B)315.72º77.59%94.51%-
XYZ47.1125.1452.24-
YUV125.64165.45210.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 54 (21.48% from 255) = 11.09%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=49.49%
G=11.09%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415419200.780.200.05315.7286.9857.84
HexF136C004E14513c573a
Octal36166300011624547412772
Binary111100011101101100000001001110101001011001111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F136C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F136C0; }

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

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

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

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

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

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

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

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