Html Css Color HEX #F040AE Persian Rose

📋 copy color: '#F040AE'

red 240 ◦ green 64 ◦ blue 174

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

Shades of Persian Rose #F040AE

Tints of Persian Rose #F040AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 50.21%
G = 13.39%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F040AE (or 0xF040AE) is known color: Persian Rose. HEX triplet: F0, 40 and AE. RGB value is (240,64,174). Sum of RGB (Red+Green+Blue) = 240+64+174=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F040AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040AE is #0FBF51. Grayscale: #808080. Windows color (decimal): -1032018 or 11419888. OLE color: 11419888.

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

Color convert

RGB 240 64 174 -
CMYK 0 0.73 0.28 0.06
HSL 322.5º 0.85% 0.6% -
HSV(B) 322.5º 0.73% 0.94% -
XYZ 45.41 25.25 42.52 -
YUV 129.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 240 64 174 0 0.73 0.28 0.06 322.5 0.85 0.6
Hex F0 40 AE 0 49 1C 6 142 55 3C
Octal 360 100 256 0 111 34 6 502 125 74
Binary 11110000 1000000 10101110 0 1001001 11100 110 101000010 1010101 111100

Color Harmonies of #F040AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040AE

Black with #F040AE

Text Example


Text Example

White with #F040AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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