Html Css Color HEX #F4A6BE Cupid

📋 copy color: '#F4A6BE'

red 244 ◦ green 166 ◦ blue 190

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

Shades of Cupid #F4A6BE

Tints of Cupid #F4A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 40.67%
G = 27.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4A6BE (or 0xF4A6BE) is known color: Cupid. HEX triplet: F4, A6 and BE. RGB value is (244,166,190). Sum of RGB (Red+Green+Blue) = 244+166+190=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6BE is #0B5941. Grayscale: #C0C0C0. Windows color (decimal): -743746 or 12494580. OLE color: 12494580.

HSL color Cylindrical-coordinate representation of color #F4A6BE: hue angle of 341.54º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6BE is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 166 190 -
CMYK 0 0.32 0.22 0.04
HSL 341.54º 0.78% 0.8% -
HSV(B) 341.54º 0.32% 0.96% -
XYZ 60.24 50.22 55.23 -
YUV 192.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 244 166 190 0 0.32 0.22 0.04 341.54 0.78 0.8
Hex F4 A6 BE 0 20 16 4 156 4E 50
Octal 364 246 276 0 40 26 4 526 116 120
Binary 11110100 10100110 10111110 0 100000 10110 100 101010110 1001110 1010000

Color Harmonies of #F4A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A6BE

Black with #F4A6BE

Text Example


Text Example

White with #F4A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A6BE; }

 p { color: rgb(244,166,190); }

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

background-color css

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

 a { background-color: rgb(244,166,190); }

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

border-color css

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

 span { border-color: rgb(244,166,190); }

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