Html Css Color HEX #F035AB Persian Rose

📋 copy color: '#F035AB'

red 240 ◦ green 53 ◦ blue 171

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

Shades of Persian Rose #F035AB

Tints of Persian Rose #F035AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 51.72%
G = 11.42%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F035AB (or 0xF035AB) is known color: Persian Rose. HEX triplet: F0, 35 and AB. RGB value is (240,53,171). Sum of RGB (Red+Green+Blue) = 240+53+171=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F035AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035AB is #0FCA54. Grayscale: #7A7A7A. Windows color (decimal): -1034837 or 11220464. OLE color: 11220464.

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

Color convert

RGB 240 53 171 -
CMYK 0 0.78 0.29 0.06
HSL 322.14º 0.86% 0.57% -
HSV(B) 322.14º 0.78% 0.94% -
XYZ 44.56 24.01 40.81 -
YUV 122.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 240 53 171 0 0.78 0.29 0.06 322.14 0.86 0.57
Hex F0 35 AB 0 4E 1D 6 142 56 39
Octal 360 65 253 0 116 35 6 502 126 71
Binary 11110000 110101 10101011 0 1001110 11101 110 101000010 1010110 111001

Color Harmonies of #F035AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035AB

Black with #F035AB

Text Example


Text Example

White with #F035AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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