Html Css Color HEX #F03CAA Persian Rose

📋 copy color: '#F03CAA'

red 240 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #F03CAA

Tints of Persian Rose #F03CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

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

R = 51.06%
G = 12.77%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F03CAA (or 0xF03CAA) is known color: Persian Rose. HEX triplet: F0, 3C and AA. RGB value is (240,60,170). Sum of RGB (Red+Green+Blue) = 240+60+170=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03CAA is #0FC355. Grayscale: #7E7E7E. Windows color (decimal): -1033046 or 11156720. OLE color: 11156720.

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

Color convert

RGB 240 60 170 -
CMYK 0 0.75 0.29 0.06
HSL 323.33º 0.86% 0.59% -
HSV(B) 323.33º 0.75% 0.94% -
XYZ 44.81 24.66 40.43 -
YUV 126.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 240 60 170 0 0.75 0.29 0.06 323.33 0.86 0.59
Hex F0 3C AA 0 4B 1D 6 143 56 3B
Octal 360 74 252 0 113 35 6 503 126 73
Binary 11110000 111100 10101010 0 1001011 11101 110 101000011 1010110 111011

Color Harmonies of #F03CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CAA

Black with #F03CAA

Text Example


Text Example

White with #F03CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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