#F13CB6

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

Shades of Razzle Dazzle Rose #F13CB6

Tints of Razzle Dazzle Rose #F13CB6

Color information

#F13CB6 (or 0xF13CB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3C and B6. RGB value is (241,60,182). Sum of RGB (Red+Green+Blue) = 241+60+182=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13CB6 is #0EC349. Grayscale: #7F7F7F. Windows color (decimal): -967498 or 11943153. OLE color: 11943153.

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

Color convert

RGB24160182-
CMYK00.750.240.05
HSL319.56º86.6%59.02%-
HSV(B)319.56º75.1%94.51%-
XYZ46.3325.3146.7-
YUV128.03158.47208.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 60 (23.83% from 255) = 12.42%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=49.90%
G=12.42%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416018200.750.240.05319.5686.659.02
HexF13CB604B185140573b
Octal36174266011330550012773
Binary111100011111001011011001001011110001011010000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13CB6; }

 p { color: rgb(241,60,182); }

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

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

 a { background-color: rgb(241,60,182); }

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

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

 span { border-color: rgb(241,60,182); }

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