#F11BDC

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

Shades of Razzle Dazzle Rose #F11BDC

Tints of Razzle Dazzle Rose #F11BDC

Color information

#F11BDC (or 0xF11BDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 1B and DC. RGB value is (241,27,220). Sum of RGB (Red+Green+Blue) = 241+27+220=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BDC is #0EE423. Grayscale: #707070. Windows color (decimal): -975908 or 14425073. OLE color: 14425073.

HSL color Cylindrical-coordinate representation of color #F11BDC: hue angle of 305.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BDC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24127220-
CMYK00.890.090.05
HSL305.89º88.43%52.55%-
HSV(B)305.89º88.8%94.51%-
XYZ49.5924.6569.85-
YUV112.99188.4219.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 27 (10.94% from 255) = 5.53%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=49.39%
G=5.53%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412722000.890.090.05305.8988.4352.55
HexF11BDC059951325835
Octal36133334013111546213065
Binary1111000111011110111000101100110011011001100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11BDC; }

 p { color: rgb(241,27,220); }

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

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

 a { background-color: rgb(241,27,220); }

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

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

 span { border-color: rgb(241,27,220); }

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