Html Css Color HEX #F4A9BD Cupid

📋 copy color: '#F4A9BD'

red 244 ◦ green 169 ◦ blue 189

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

Shades of Cupid #F4A9BD

Tints of Cupid #F4A9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.07%

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 40.53%
G = 28.07%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4A9BD (or 0xF4A9BD) is known color: Cupid. HEX triplet: F4, A9 and BD. RGB value is (244,169,189). Sum of RGB (Red+Green+Blue) = 244+169+189=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9BD is #0B5642. Grayscale: #C1C1C1. Windows color (decimal): -742979 or 12429812. OLE color: 12429812.

HSL color Cylindrical-coordinate representation of color #F4A9BD: hue angle of 344º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9BD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 169 189 -
CMYK 0 0.31 0.23 0.04
HSL 344º 0.77% 0.81% -
HSV(B) 344º 0.31% 0.96% -
XYZ 60.68 51.28 54.84 -
YUV 193.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 244 169 189 0 0.31 0.23 0.04 344 0.77 0.81
Hex F4 A9 BD 0 1F 17 4 158 4D 51
Octal 364 251 275 0 37 27 4 530 115 121
Binary 11110100 10101001 10111101 0 11111 10111 100 101011000 1001101 1010001

Color Harmonies of #F4A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A9BD

Black with #F4A9BD

Text Example


Text Example

White with #F4A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A9BD; }

 p { color: rgb(244,169,189); }

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

background-color css

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

 a { background-color: rgb(244,169,189); }

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

border-color css

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

 span { border-color: rgb(244,169,189); }

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