Html Css Color HEX #F031AA Persian Rose

📋 copy color: '#F031AA'

red 240 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #F031AA

Tints of Persian Rose #F031AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

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

R = 52.29%
G = 10.68%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F031AA (or 0xF031AA) is known color: Persian Rose. HEX triplet: F0, 31 and AA. RGB value is (240,49,170). Sum of RGB (Red+Green+Blue) = 240+49+170=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F031AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031AA is #0FCE55. Grayscale: #777777. Windows color (decimal): -1035862 or 11153904. OLE color: 11153904.

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

Color convert

RGB 240 49 170 -
CMYK 0 0.80 0.29 0.06
HSL 321.99º 0.86% 0.57% -
HSV(B) 321.99º 0.8% 0.94% -
XYZ 44.29 23.62 40.26 -
YUV 119.9 156.28 213.66 -
System Red Green Blue C M Y K H S L
Decimal 240 49 170 0 0.80 0.29 0.06 321.99 0.86 0.57
Hex F0 31 AA 0 50 1D 6 142 56 39
Octal 360 61 252 0 120 35 6 502 126 71
Binary 11110000 110001 10101010 0 1010000 11101 110 101000010 1010110 111001

Color Harmonies of #F031AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031AA

Black with #F031AA

Text Example


Text Example

White with #F031AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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