Html Css Color HEX #F03AAE Persian Rose

📋 copy color: '#F03AAE'

red 240 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #F03AAE

Tints of Persian Rose #F03AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.29%

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

R = 50.85%
G = 12.29%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F03AAE (or 0xF03AAE) is known color: Persian Rose. HEX triplet: F0, 3A and AE. RGB value is (240,58,174). Sum of RGB (Red+Green+Blue) = 240+58+174=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F03AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03AAE is #0FC551. Grayscale: #7D7D7D. Windows color (decimal): -1033554 or 11418352. OLE color: 11418352.

HSL color Cylindrical-coordinate representation of color #F03AAE: hue angle of 321.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AAE is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 174 -
CMYK 0 0.76 0.28 0.06
HSL 321.76º 0.86% 0.58% -
HSV(B) 321.76º 0.76% 0.94% -
XYZ 45.09 24.61 42.42 -
YUV 125.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 240 58 174 0 0.76 0.28 0.06 321.76 0.86 0.58
Hex F0 3A AE 0 4C 1C 6 142 56 3A
Octal 360 72 256 0 114 34 6 502 126 72
Binary 11110000 111010 10101110 0 1001100 11100 110 101000010 1010110 111010

Color Harmonies of #F03AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03AAE

Black with #F03AAE

Text Example


Text Example

White with #F03AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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