#F33CB2

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

Shades of Persian Rose #F33CB2

Tints of Persian Rose #F33CB2

Color information

#F33CB2 (or 0xF33CB2) is unknown color: approx Persian Rose. HEX triplet: F3, 3C and B2. RGB value is (243,60,178). Sum of RGB (Red+Green+Blue) = 243+60+178=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CB2 is #0CC34D. Grayscale: #7F7F7F. Windows color (decimal): -836430 or 11681011. OLE color: 11681011.

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

Color convert

RGB24360178-
CMYK00.750.270.05
HSL321.31º88.41%59.41%-
HSV(B)321.31º75.31%95.29%-
XYZ46.6125.544.58-
YUV128.17156.13209.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.52%
GREEN value IS 60 (23.83% from 255) = 12.47%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=50.52%
G=12.47%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436017800.750.270.05321.3188.4159.41
HexF33CB204B1B5141583b
Octal36374262011333550113073
Binary111100111111001011001001001011110111011010000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33CB2; }

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

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

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

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

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

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

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

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