Html Css Color HEX #F031AD Persian Rose

📋 copy color: '#F031AD'

red 240 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #F031AD

Tints of Persian Rose #F031AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 51.95%
G = 10.61%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F031AD (or 0xF031AD) is known color: Persian Rose. HEX triplet: F0, 31 and AD. RGB value is (240,49,173). Sum of RGB (Red+Green+Blue) = 240+49+173=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F031AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F031AD is #0FCE52. Grayscale: #777777. Windows color (decimal): -1035859 or 11350512. OLE color: 11350512.

HSL color Cylindrical-coordinate representation of color #F031AD: hue angle of 321.05º 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 #F031AD is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 173 -
CMYK 0 0.80 0.28 0.06
HSL 321.05º 0.86% 0.57% -
HSV(B) 321.05º 0.8% 0.94% -
XYZ 44.58 23.74 41.77 -
YUV 120.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 240 49 173 0 0.80 0.28 0.06 321.05 0.86 0.57
Hex F0 31 AD 0 50 1C 6 141 56 39
Octal 360 61 255 0 120 34 6 501 126 71
Binary 11110000 110001 10101101 0 1010000 11100 110 101000001 1010110 111001

Color Harmonies of #F031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031AD

Black with #F031AD

Text Example


Text Example

White with #F031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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