Html Css Color HEX #F0AF90 Mandys Pink

📋 copy color: '#F0AF90'

red 240 ◦ green 175 ◦ blue 144

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

Shades of Mandys Pink #F0AF90

Tints of Mandys Pink #F0AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 42.93%
G = 31.31%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F0AF90 (or 0xF0AF90) is known color: Mandys Pink. HEX triplet: F0, AF and 90. RGB value is (240,175,144). Sum of RGB (Red+Green+Blue) = 240+175+144=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF90 is #0F506F. Grayscale: #BFBFBF. Windows color (decimal): -1003632 or 9482224. OLE color: 9482224.

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

Color convert

RGB 240 175 144 -
CMYK 0 0.27 0.4 0.06
HSL 19.38º 0.76% 0.75% -
HSV(B) 19.38º 0.4% 0.94% -
XYZ 56.3 51.2 33.3 -
YUV 190.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 240 175 144 0 0.27 0.4 0.06 19.38 0.76 0.75
Hex F0 AF 90 0 1B 28 6 13 4C 4B
Octal 360 257 220 0 33 50 6 23 114 113
Binary 11110000 10101111 10010000 0 11011 101000 110 10011 1001100 1001011

Color Harmonies of #F0AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF90

Black with #F0AF90

Text Example


Text Example

White with #F0AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF90; }

 p { color: rgb(240,175,144); }

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

background-color css

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

 a { background-color: rgb(240,175,144); }

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

border-color css

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

 span { border-color: rgb(240,175,144); }

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