Html Css Color HEX #F035AD Persian Rose

📋 copy color: '#F035AD'

red 240 ◦ green 53 ◦ blue 173

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

Shades of Persian Rose #F035AD

Tints of Persian Rose #F035AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.37%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 51.5%
G = 11.37%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F035AD (or 0xF035AD) is known color: Persian Rose. HEX triplet: F0, 35 and AD. RGB value is (240,53,173). Sum of RGB (Red+Green+Blue) = 240+53+173=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F035AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035AD is #0FCA52. Grayscale: #7A7A7A. Windows color (decimal): -1034835 or 11351536. OLE color: 11351536.

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

Color convert

RGB 240 53 173 -
CMYK 0 0.78 0.28 0.06
HSL 321.5º 0.86% 0.57% -
HSV(B) 321.5º 0.78% 0.94% -
XYZ 44.75 24.09 41.83 -
YUV 122.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 240 53 173 0 0.78 0.28 0.06 321.5 0.86 0.57
Hex F0 35 AD 0 4E 1C 6 141 56 39
Octal 360 65 255 0 116 34 6 501 126 71
Binary 11110000 110101 10101101 0 1001110 11100 110 101000001 1010110 111001

Color Harmonies of #F035AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035AD

Black with #F035AD

Text Example


Text Example

White with #F035AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035AD; }

 p { color: rgb(240,53,173); }

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

background-color css

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

 a { background-color: rgb(240,53,173); }

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

border-color css

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

 span { border-color: rgb(240,53,173); }

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