Html Css Color HEX #F040AF Persian Rose

📋 copy color: '#F040AF'

red 240 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #F040AF

Tints of Persian Rose #F040AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 50.1%
G = 13.36%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F040AF (or 0xF040AF) is known color: Persian Rose. HEX triplet: F0, 40 and AF. RGB value is (240,64,175). Sum of RGB (Red+Green+Blue) = 240+64+175=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F040AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040AF is #0FBF50. Grayscale: #818181. Windows color (decimal): -1032017 or 11485424. OLE color: 11485424.

HSL color Cylindrical-coordinate representation of color #F040AF: hue angle of 322.16º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040AF is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 175 -
CMYK 0 0.73 0.27 0.06
HSL 322.16º 0.85% 0.6% -
HSV(B) 322.16º 0.73% 0.94% -
XYZ 45.51 25.29 43.04 -
YUV 129.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 240 64 175 0 0.73 0.27 0.06 322.16 0.85 0.6
Hex F0 40 AF 0 49 1B 6 142 55 3C
Octal 360 100 257 0 111 33 6 502 125 74
Binary 11110000 1000000 10101111 0 1001001 11011 110 101000010 1010101 111100

Color Harmonies of #F040AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040AF

Black with #F040AF

Text Example


Text Example

White with #F040AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040AF; }

 p { color: rgb(240,64,175); }

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

background-color css

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

 a { background-color: rgb(240,64,175); }

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

border-color css

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

 span { border-color: rgb(240,64,175); }

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