Html Css Color HEX #F036A6 Persian Rose

📋 copy color: '#F036A6'

red 240 ◦ green 54 ◦ blue 166

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

Shades of Persian Rose #F036A6

Tints of Persian Rose #F036A6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 52.17%
G = 11.74%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F036A6 (or 0xF036A6) is known color: Persian Rose. HEX triplet: F0, 36 and A6. RGB value is (240,54,166). Sum of RGB (Red+Green+Blue) = 240+54+166=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F036A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F036A6 is #0FC959. Grayscale: #7A7A7A. Windows color (decimal): -1034586 or 10893040. OLE color: 10893040.

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

Color convert

RGB 240 54 166 -
CMYK 0 0.78 0.31 0.06
HSL 323.87º 0.86% 0.58% -
HSV(B) 323.87º 0.78% 0.94% -
XYZ 44.14 23.92 38.37 -
YUV 122.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 240 54 166 0 0.78 0.31 0.06 323.87 0.86 0.58
Hex F0 36 A6 0 4E 1F 6 144 56 3A
Octal 360 66 246 0 116 37 6 504 126 72
Binary 11110000 110110 10100110 0 1001110 11111 110 101000100 1010110 111010

Color Harmonies of #F036A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036A6

Black with #F036A6

Text Example


Text Example

White with #F036A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036A6; }

 p { color: rgb(240,54,166); }

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

background-color css

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

 a { background-color: rgb(240,54,166); }

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

border-color css

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

 span { border-color: rgb(240,54,166); }

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