Html Css Color HEX #F030AA Persian Rose

📋 copy color: '#F030AA'

red 240 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #F030AA

Tints of Persian Rose #F030AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.48%

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

R = 52.4%
G = 10.48%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F030AA (or 0xF030AA) is known color: Persian Rose. HEX triplet: F0, 30 and AA. RGB value is (240,48,170). Sum of RGB (Red+Green+Blue) = 240+48+170=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F030AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F030AA is #0FCF55. Grayscale: #777777. Windows color (decimal): -1036118 or 11153648. OLE color: 11153648.

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

Color convert

RGB 240 48 170 -
CMYK 0 0.8 0.29 0.06
HSL 321.88º 0.86% 0.56% -
HSV(B) 321.88º 0.8% 0.94% -
XYZ 44.25 23.54 40.24 -
YUV 119.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 240 48 170 0 0.8 0.29 0.06 321.88 0.86 0.56
Hex F0 30 AA 0 50 1D 6 142 56 38
Octal 360 60 252 0 120 35 6 502 126 70
Binary 11110000 110000 10101010 0 1010000 11101 110 101000010 1010110 111000

Color Harmonies of #F030AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030AA

Black with #F030AA

Text Example


Text Example

White with #F030AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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