Html Css Color HEX #F01FA1 Persian Rose

📋 copy color: '#F01FA1'

red 240 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #F01FA1

Tints of Persian Rose #F01FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 55.56%
G = 7.18%
B = 37.27%

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

#F01FA1 (or 0xF01FA1) is known color: Persian Rose. HEX triplet: F0, 1F and A1. RGB value is (240,31,161). Sum of RGB (Red+Green+Blue) = 240+31+161=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01FA1 is #0FE05E. Grayscale: #6C6C6C. Windows color (decimal): -1040479 or 10559472. OLE color: 10559472.

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

Color convert

RGB 240 31 161 -
CMYK 0 0.87 0.33 0.06
HSL 322.68º 0.87% 0.53% -
HSV(B) 322.68º 0.87% 0.94% -
XYZ 42.86 22.08 35.72 -
YUV 108.31 157.74 221.93 -
System Red Green Blue C M Y K H S L
Decimal 240 31 161 0 0.87 0.33 0.06 322.68 0.87 0.53
Hex F0 1F A1 0 57 21 6 143 57 35
Octal 360 37 241 0 127 41 6 503 127 65
Binary 11110000 11111 10100001 0 1010111 100001 110 101000011 1010111 110101

Color Harmonies of #F01FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FA1

Black with #F01FA1

Text Example


Text Example

White with #F01FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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