Html Css Color HEX #F2AF8A Mandys Pink

📋 copy color: '#F2AF8A'

red 242 ◦ green 175 ◦ blue 138

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

Shades of Mandys Pink #F2AF8A

Tints of Mandys Pink #F2AF8A

RGB

 RED value IS 242 (94.92% from 255) = 43.6%

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

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 43.6%
G = 31.53%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2AF8A (or 0xF2AF8A) is known color: Mandys Pink. HEX triplet: F2, AF and 8A. RGB value is (242,175,138). Sum of RGB (Red+Green+Blue) = 242+175+138=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF8A is #0D5075. Grayscale: #BFBFBF. Windows color (decimal): -872566 or 9089010. OLE color: 9089010.

HSL color Cylindrical-coordinate representation of color #F2AF8A: hue angle of 21.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2AF8A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 138 -
CMYK 0 0.28 0.43 0.05
HSL 21.35º 0.8% 0.75% -
HSV(B) 21.35º 0.43% 0.95% -
XYZ 56.54 51.37 30.98 -
YUV 190.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 242 175 138 0 0.28 0.43 0.05 21.35 0.8 0.75
Hex F2 AF 8A 0 1C 2B 5 15 50 4B
Octal 362 257 212 0 34 53 5 25 120 113
Binary 11110010 10101111 10001010 0 11100 101011 101 10101 1010000 1001011

Color Harmonies of #F2AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF8A

Black with #F2AF8A

Text Example


Text Example

White with #F2AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF8A; }

 p { color: rgb(242,175,138); }

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

background-color css

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

 a { background-color: rgb(242,175,138); }

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

border-color css

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

 span { border-color: rgb(242,175,138); }

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