Html Css Color HEX #F2AF94 Mandys Pink

📋 copy color: '#F2AF94'

red 242 ◦ green 175 ◦ blue 148

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

Shades of Mandys Pink #F2AF94

Tints of Mandys Pink #F2AF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 42.83%
G = 30.97%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2AF94 (or 0xF2AF94) is known color: Mandys Pink. HEX triplet: F2, AF and 94. RGB value is (242,175,148). Sum of RGB (Red+Green+Blue) = 242+175+148=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF94 is #0D506B. Grayscale: #C0C0C0. Windows color (decimal): -872556 or 9744370. OLE color: 9744370.

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

Color convert

RGB 242 175 148 -
CMYK 0 0.28 0.39 0.05
HSL 17.23º 0.78% 0.76% -
HSV(B) 17.23º 0.39% 0.95% -
XYZ 57.29 51.68 34.97 -
YUV 191.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 242 175 148 0 0.28 0.39 0.05 17.23 0.78 0.76
Hex F2 AF 94 0 1C 27 5 11 4E 4C
Octal 362 257 224 0 34 47 5 21 116 114
Binary 11110010 10101111 10010100 0 11100 100111 101 10001 1001110 1001100

Color Harmonies of #F2AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF94

Black with #F2AF94

Text Example


Text Example

White with #F2AF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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