Html Css Color HEX #F0B0C1 Cupid

📋 copy color: '#F0B0C1'

red 240 ◦ green 176 ◦ blue 193

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

Shades of Cupid #F0B0C1

Tints of Cupid #F0B0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.9%

 BLUE value IS 193 (75.78% from 255) = 31.69%

R = 39.41%
G = 28.9%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0B0C1 (or 0xF0B0C1) is known color: Cupid. HEX triplet: F0, B0 and C1. RGB value is (240,176,193). Sum of RGB (Red+Green+Blue) = 240+176+193=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0C1 is #0F4F3E. Grayscale: #C5C5C5. Windows color (decimal): -1003327 or 12693744. OLE color: 12693744.

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

Color convert

RGB 240 176 193 -
CMYK 0 0.27 0.20 0.06
HSL 344.06º 0.68% 0.82% -
HSV(B) 344.06º 0.27% 0.94% -
XYZ 61.09 53.43 57.54 -
YUV 197.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 240 176 193 0 0.27 0.20 0.06 344.06 0.68 0.82
Hex F0 B0 C1 0 1B 14 6 158 44 52
Octal 360 260 301 0 33 24 6 530 104 122
Binary 11110000 10110000 11000001 0 11011 10100 110 101011000 1000100 1010010

Color Harmonies of #F0B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0C1

Black with #F0B0C1

Text Example


Text Example

White with #F0B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0C1; }

 p { color: rgb(240,176,193); }

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

background-color css

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

 a { background-color: rgb(240,176,193); }

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

border-color css

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

 span { border-color: rgb(240,176,193); }

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