#F33EB3

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

Shades of Persian Rose #F33EB3

Tints of Persian Rose #F33EB3

Color information

#F33EB3 (or 0xF33EB3) is unknown color: approx Persian Rose. HEX triplet: F3, 3E and B3. RGB value is (243,62,179). Sum of RGB (Red+Green+Blue) = 243+62+179=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33EB3 is #0CC14C. Grayscale: #818181. Windows color (decimal): -835917 or 11747059. OLE color: 11747059.

HSL color Cylindrical-coordinate representation of color #F33EB3: hue angle of 321.22º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33EB3 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24362179-
CMYK00.740.260.05
HSL321.22º88.29%59.8%-
HSV(B)321.22º74.49%95.29%-
XYZ46.8225.7545.15-
YUV129.46155.97208.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.21%
GREEN value IS 62 (24.61% from 255) = 12.81%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=50.21%
G=12.81%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436217900.740.260.05321.2288.2959.8
HexF33EB304A1A5141583c
Octal36376263011232550113074
Binary111100111111101011001101001010110101011010000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33EB3; }

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

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

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

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

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

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

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

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