#F33ABF

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

Shades of Razzle Dazzle Rose #F33ABF

Tints of Razzle Dazzle Rose #F33ABF

Color information

#F33ABF (or 0xF33ABF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 3A and BF. RGB value is (243,58,191). Sum of RGB (Red+Green+Blue) = 243+58+191=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ABF is #0CC540. Grayscale: #808080. Windows color (decimal): -836929 or 12532467. OLE color: 12532467.

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

Color convert

RGB24358191-
CMYK00.760.210.05
HSL316.86º88.52%59.02%-
HSV(B)316.86º76.13%95.29%-
XYZ47.8825.8451.75-
YUV128.48163.29209.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 58 (23.05% from 255) = 11.79%
BLUE value IS 191 (75% from 255) = 38.82%
R=49.39%
G=11.79%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435819100.760.210.05316.8688.5259.02
HexF33ABF04C15513d593b
Octal36372277011425547513173
Binary111100111110101011111101001100101011011001111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33ABF; }

 p { color: rgb(243,58,191); }

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

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

 a { background-color: rgb(243,58,191); }

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

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

 span { border-color: rgb(243,58,191); }

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