Html Css Color HEX #F03AAA Persian Rose

📋 copy color: '#F03AAA'

red 240 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #F03AAA

Tints of Persian Rose #F03AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.39%

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

R = 51.28%
G = 12.39%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F03AAA (or 0xF03AAA) is known color: Persian Rose. HEX triplet: F0, 3A and AA. RGB value is (240,58,170). Sum of RGB (Red+Green+Blue) = 240+58+170=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03AAA is #0FC555. Grayscale: #7C7C7C. Windows color (decimal): -1033558 or 11156208. OLE color: 11156208.

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

Color convert

RGB 240 58 170 -
CMYK 0 0.76 0.29 0.06
HSL 323.08º 0.86% 0.58% -
HSV(B) 323.08º 0.76% 0.94% -
XYZ 44.7 24.45 40.39 -
YUV 125.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 240 58 170 0 0.76 0.29 0.06 323.08 0.86 0.58
Hex F0 3A AA 0 4C 1D 6 143 56 3A
Octal 360 72 252 0 114 35 6 503 126 72
Binary 11110000 111010 10101010 0 1001100 11101 110 101000011 1010110 111010

Color Harmonies of #F03AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03AAA

Black with #F03AAA

Text Example


Text Example

White with #F03AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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