Html Css Color HEX #F01FA0 Persian Rose

📋 copy color: '#F01FA0'

red 240 ◦ green 31 ◦ blue 160

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

Shades of Persian Rose #F01FA0

Tints of Persian Rose #F01FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.19%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 55.68%
G = 7.19%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F01FA0 (or 0xF01FA0) is known color: Persian Rose. HEX triplet: F0, 1F and A0. RGB value is (240,31,160). Sum of RGB (Red+Green+Blue) = 240+31+160=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01FA0 is #0FE05F. Grayscale: #6B6B6B. Windows color (decimal): -1040480 or 10493936. OLE color: 10493936.

HSL color Cylindrical-coordinate representation of color #F01FA0: hue angle of 322.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FA0 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 31 160 -
CMYK 0 0.87 0.33 0.06
HSL 322.97º 0.87% 0.53% -
HSV(B) 322.97º 0.87% 0.94% -
XYZ 42.77 22.04 35.26 -
YUV 108.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 240 31 160 0 0.87 0.33 0.06 322.97 0.87 0.53
Hex F0 1F A0 0 57 21 6 143 57 35
Octal 360 37 240 0 127 41 6 503 127 65
Binary 11110000 11111 10100000 0 1010111 100001 110 101000011 1010111 110101

Color Harmonies of #F01FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FA0

Black with #F01FA0

Text Example


Text Example

White with #F01FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FA0; }

 p { color: rgb(240,31,160); }

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

background-color css

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

 a { background-color: rgb(240,31,160); }

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

border-color css

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

 span { border-color: rgb(240,31,160); }

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