Html Css Color HEX #F0B1C6 Cupid

📋 copy color: '#F0B1C6'

red 240 ◦ green 177 ◦ blue 198

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

Shades of Cupid #F0B1C6

Tints of Cupid #F0B1C6

RGB

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

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

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

R = 39.02%
G = 28.78%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0B1C6 (or 0xF0B1C6) is known color: Cupid. HEX triplet: F0, B1 and C6. RGB value is (240,177,198). Sum of RGB (Red+Green+Blue) = 240+177+198=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1C6 is #0F4E39. Grayscale: #C6C6C6. Windows color (decimal): -1003066 or 13021680. OLE color: 13021680.

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

Color convert

RGB 240 177 198 -
CMYK 0 0.26 0.18 0.06
HSL 340º 0.68% 0.82% -
HSV(B) 340º 0.26% 0.94% -
XYZ 61.85 54.05 60.6 -
YUV 198.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 240 177 198 0 0.26 0.18 0.06 340 0.68 0.82
Hex F0 B1 C6 0 1A 12 6 154 44 52
Octal 360 261 306 0 32 22 6 524 104 122
Binary 11110000 10110001 11000110 0 11010 10010 110 101010100 1000100 1010010

Color Harmonies of #F0B1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1C6

Black with #F0B1C6

Text Example


Text Example

White with #F0B1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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