#F136CB

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

Shades of Razzle Dazzle Rose #F136CB

Tints of Razzle Dazzle Rose #F136CB

Color information

#F136CB (or 0xF136CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 36 and CB. RGB value is (241,54,203). Sum of RGB (Red+Green+Blue) = 241+54+203=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CB is #0EC934. Grayscale: #7E7E7E. Windows color (decimal): -969013 or 13317873. OLE color: 13317873.

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

Color convert

RGB24154203-
CMYK00.780.160.05
HSL312.19º86.98%57.84%-
HSV(B)312.19º77.59%94.51%-
XYZ48.3725.6558.9-
YUV126.9170.95209.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 54 (21.48% from 255) = 10.84%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=48.39%
G=10.84%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415420300.780.160.05312.1986.9857.84
HexF136CB04E105138573a
Octal36166313011620547012772
Binary111100011101101100101101001110100001011001110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F136CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F136CB; }

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

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

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

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

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

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

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

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