#F33ACB

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

Shades of Razzle Dazzle Rose #F33ACB

Tints of Razzle Dazzle Rose #F33ACB

Color information

#F33ACB (or 0xF33ACB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 3A and CB. RGB value is (243,58,203). Sum of RGB (Red+Green+Blue) = 243+58+203=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ACB is #0CC534. Grayscale: #818181. Windows color (decimal): -836917 or 13318899. OLE color: 13318899.

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

Color convert

RGB24358203-
CMYK00.760.160.05
HSL312.97º88.52%59.02%-
HSV(B)312.97º76.13%95.29%-
XYZ49.2526.3959-
YUV129.84169.29208.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 58 (23.05% from 255) = 11.51%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=48.21%
G=11.51%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435820300.760.160.05312.9788.5259.02
HexF33ACB04C105139593b
Octal36372313011420547113173
Binary111100111110101100101101001100100001011001110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33ACB; }

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

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

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

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

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

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

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

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