Html Css Color HEX #F2A6BA Cupid

📋 copy color: '#F2A6BA'

red 242 ◦ green 166 ◦ blue 186

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

Shades of Cupid #F2A6BA

Tints of Cupid #F2A6BA

RGB

 RED value IS 242 (94.92% from 255) = 40.74%

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

 BLUE value IS 186 (73.05% from 255) = 31.31%

R = 40.74%
G = 27.95%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2A6BA (or 0xF2A6BA) is known color: Cupid. HEX triplet: F2, A6 and BA. RGB value is (242,166,186). Sum of RGB (Red+Green+Blue) = 242+166+186=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6BA is #0D5945. Grayscale: #BFBFBF. Windows color (decimal): -874822 or 12232434. OLE color: 12232434.

HSL color Cylindrical-coordinate representation of color #F2A6BA: hue angle of 344.21º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6BA is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 186 -
CMYK 0 0.31 0.23 0.05
HSL 344.21º 0.75% 0.8% -
HSV(B) 344.21º 0.31% 0.95% -
XYZ 59.12 49.69 52.93 -
YUV 191 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 242 166 186 0 0.31 0.23 0.05 344.21 0.75 0.8
Hex F2 A6 BA 0 1F 17 5 158 4B 50
Octal 362 246 272 0 37 27 5 530 113 120
Binary 11110010 10100110 10111010 0 11111 10111 101 101011000 1001011 1010000

Color Harmonies of #F2A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A6BA

Black with #F2A6BA

Text Example


Text Example

White with #F2A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A6BA; }

 p { color: rgb(242,166,186); }

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

background-color css

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

 a { background-color: rgb(242,166,186); }

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

border-color css

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

 span { border-color: rgb(242,166,186); }

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