Html Css Color HEX #F033AA Persian Rose

📋 copy color: '#F033AA'

red 240 ◦ green 51 ◦ blue 170

#F033AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F033AA

Tints of Persian Rose #F033AA

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

 GREEN value IS 51 (20.31% from 255) = 11.06%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 52.06%
G = 11.06%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F033AA (or 0xF033AA) is known color: Persian Rose. HEX triplet: F0, 33 and AA. RGB value is (240,51,170). Sum of RGB (Red+Green+Blue) = 240+51+170=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F033AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F033AA is #0FCC55. Grayscale: #787878. Windows color (decimal): -1035350 or 11154416. OLE color: 11154416.

HSL color Cylindrical-coordinate representation of color #F033AA: hue angle of 322.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F033AA is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 170 -
CMYK 0 0.79 0.29 0.06
HSL 322.22º 0.86% 0.57% -
HSV(B) 322.22º 0.79% 0.94% -
XYZ 44.37 23.8 40.28 -
YUV 121.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 240 51 170 0 0.79 0.29 0.06 322.22 0.86 0.57
Hex F0 33 AA 0 4F 1D 6 142 56 39
Octal 360 63 252 0 117 35 6 502 126 71
Binary 11110000 110011 10101010 0 1001111 11101 110 101000010 1010110 111001

Color Harmonies of #F033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033AA

Black with #F033AA

Text Example


Text Example

White with #F033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033AA; }

 p { color: rgb(240,51,170); }

 H1.HeaderClassName
 {
   color: #F033AA;
 }
 .AnyTagClassName
 {
   color: #F033AA;
 }
</style>

background-color css

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

 a { background-color: rgb(240,51,170); }

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

border-color css

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

 span { border-color: rgb(240,51,170); }

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