Html Css Color HEX #F0AFBB Cupid

📋 copy color: '#F0AFBB'

red 240 ◦ green 175 ◦ blue 187

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

Shades of Cupid #F0AFBB

Tints of Cupid #F0AFBB

RGB

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

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

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

R = 39.87%
G = 29.07%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0AFBB (or 0xF0AFBB) is known color: Cupid. HEX triplet: F0, AF and BB. RGB value is (240,175,187). Sum of RGB (Red+Green+Blue) = 240+175+187=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFBB is #0F5044. Grayscale: #C3C3C3. Windows color (decimal): -1003589 or 12300272. OLE color: 12300272.

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

Color convert

RGB 240 175 187 -
CMYK 0 0.27 0.22 0.06
HSL 348.92º 0.68% 0.81% -
HSV(B) 348.92º 0.27% 0.94% -
XYZ 60.23 52.77 54.03 -
YUV 195.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 240 175 187 0 0.27 0.22 0.06 348.92 0.68 0.81
Hex F0 AF BB 0 1B 16 6 15D 44 51
Octal 360 257 273 0 33 26 6 535 104 121
Binary 11110000 10101111 10111011 0 11011 10110 110 101011101 1000100 1010001

Color Harmonies of #F0AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFBB

Black with #F0AFBB

Text Example


Text Example

White with #F0AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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