#F136B9

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

Shades of Razzle Dazzle Rose #F136B9

Tints of Razzle Dazzle Rose #F136B9

Color information

#F136B9 (or 0xF136B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 36 and B9. RGB value is (241,54,185). Sum of RGB (Red+Green+Blue) = 241+54+185=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F136B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136B9 is #0EC946. Grayscale: #7C7C7C. Windows color (decimal): -969031 or 12138225. OLE color: 12138225.

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

Color convert

RGB24154185-
CMYK00.780.230.05
HSL317.97º86.98%57.84%-
HSV(B)317.97º77.59%94.51%-
XYZ46.3524.8448.25-
YUV124.85161.95210.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 54 (21.48% from 255) = 11.25%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=50.21%
G=11.25%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415418500.780.230.05317.9786.9857.84
HexF136B904E17513e573a
Octal36166271011627547612772
Binary111100011101101011100101001110101111011001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F136B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F136B9; }

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

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

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

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

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

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

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

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