Html Css Color HEX #F9B1C6 Cupid

📋 copy color: '#F9B1C6'

red 249 ◦ green 177 ◦ blue 198

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

Shades of Cupid #F9B1C6

Tints of Cupid #F9B1C6

RGB

 RED value IS 249 (97.66% from 255) = 39.9%

 GREEN value IS 177 (69.53% from 255) = 28.37%

 BLUE value IS 198 (77.73% from 255) = 31.73%

R = 39.9%
G = 28.37%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F9B1C6 (or 0xF9B1C6) is known color: Cupid. HEX triplet: F9, B1 and C6. RGB value is (249,177,198). Sum of RGB (Red+Green+Blue) = 249+177+198=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1C6 is #064E39. Grayscale: #C8C8C8. Windows color (decimal): -413242 or 13021689. OLE color: 13021689.

HSL color Cylindrical-coordinate representation of color #F9B1C6: hue angle of 342.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1C6 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 177 198 -
CMYK 0 0.29 0.20 0.02
HSL 342.5º 0.86% 0.84% -
HSV(B) 342.5º 0.29% 0.98% -
XYZ 64.98 55.66 60.74 -
YUV 200.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 249 177 198 0 0.29 0.20 0.02 342.5 0.86 0.84
Hex F9 B1 C6 0 1D 14 2 156 56 54
Octal 371 261 306 0 35 24 2 526 126 124
Binary 11111001 10110001 11000110 0 11101 10100 10 101010110 1010110 1010100

Color Harmonies of #F9B1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1C6

Black with #F9B1C6

Text Example


Text Example

White with #F9B1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1C6; }

 p { color: rgb(249,177,198); }

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

background-color css

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

 a { background-color: rgb(249,177,198); }

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

border-color css

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

 span { border-color: rgb(249,177,198); }

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