#F33CB3

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

Shades of Persian Rose #F33CB3

Tints of Persian Rose #F33CB3

Color information

#F33CB3 (or 0xF33CB3) is unknown color: approx Persian Rose. HEX triplet: F3, 3C and B3. RGB value is (243,60,179). Sum of RGB (Red+Green+Blue) = 243+60+179=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33CB3 is #0CC34C. Grayscale: #7F7F7F. Windows color (decimal): -836429 or 11746547. OLE color: 11746547.

HSL color Cylindrical-coordinate representation of color #F33CB3: hue angle of 320.98º degrees, saturation: 0.88, 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 #F33CB3 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24360179-
CMYK00.750.260.05
HSL320.98º88.41%59.41%-
HSV(B)320.98º75.31%95.29%-
XYZ46.7125.5445.12-
YUV128.28156.63209.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.41%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=50.41%
G=12.45%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436017900.750.260.05320.9888.4159.41
HexF33CB304B1A5141583b
Octal36374263011332550113073
Binary111100111111001011001101001011110101011010000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33CB3; }

 p { color: rgb(243,60,179); }

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

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

 a { background-color: rgb(243,60,179); }

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

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

 span { border-color: rgb(243,60,179); }

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