Html Css Color HEX #F4AFBB Cupid

📋 copy color: '#F4AFBB'

red 244 ◦ green 175 ◦ blue 187

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

Shades of Cupid #F4AFBB

Tints of Cupid #F4AFBB

RGB

 RED value IS 244 (95.7% from 255) = 40.26%

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

 BLUE value IS 187 (73.44% from 255) = 30.86%

R = 40.26%
G = 28.88%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4AFBB (or 0xF4AFBB) is known color: Cupid. HEX triplet: F4, AF and BB. RGB value is (244,175,187). Sum of RGB (Red+Green+Blue) = 244+175+187=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFBB is #0B5044. Grayscale: #C5C5C5. Windows color (decimal): -741445 or 12300276. OLE color: 12300276.

HSL color Cylindrical-coordinate representation of color #F4AFBB: hue angle of 349.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFBB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 187 -
CMYK 0 0.28 0.23 0.04
HSL 349.57º 0.76% 0.82% -
HSV(B) 349.57º 0.28% 0.96% -
XYZ 61.61 53.48 54.09 -
YUV 197 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 244 175 187 0 0.28 0.23 0.04 349.57 0.76 0.82
Hex F4 AF BB 0 1C 17 4 15E 4C 52
Octal 364 257 273 0 34 27 4 536 114 122
Binary 11110100 10101111 10111011 0 11100 10111 100 101011110 1001100 1010010

Color Harmonies of #F4AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AFBB

Black with #F4AFBB

Text Example


Text Example

White with #F4AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AFBB; }

 p { color: rgb(244,175,187); }

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

background-color css

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

 a { background-color: rgb(244,175,187); }

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

border-color css

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

 span { border-color: rgb(244,175,187); }

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