Html Css Color HEX #F2A8C0 Cupid

📋 copy color: '#F2A8C0'

red 242 ◦ green 168 ◦ blue 192

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

Shades of Cupid #F2A8C0

Tints of Cupid #F2A8C0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.91%

 BLUE value IS 192 (75.39% from 255) = 31.89%

R = 40.2%
G = 27.91%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2A8C0 (or 0xF2A8C0) is known color: Cupid. HEX triplet: F2, A8 and C0. RGB value is (242,168,192). Sum of RGB (Red+Green+Blue) = 242+168+192=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8C0 is #0D573F. Grayscale: #C0C0C0. Windows color (decimal): -874304 or 12626162. OLE color: 12626162.

HSL color Cylindrical-coordinate representation of color #F2A8C0: hue angle of 340.54º degrees, saturation: 0.74, 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 #F2A8C0 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 192 -
CMYK 0 0.31 0.21 0.05
HSL 340.54º 0.74% 0.8% -
HSV(B) 340.54º 0.31% 0.95% -
XYZ 60.14 50.69 56.48 -
YUV 192.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 242 168 192 0 0.31 0.21 0.05 340.54 0.74 0.8
Hex F2 A8 C0 0 1F 15 5 155 4A 50
Octal 362 250 300 0 37 25 5 525 112 120
Binary 11110010 10101000 11000000 0 11111 10101 101 101010101 1001010 1010000

Color Harmonies of #F2A8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8C0

Black with #F2A8C0

Text Example


Text Example

White with #F2A8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8C0; }

 p { color: rgb(242,168,192); }

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

background-color css

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

 a { background-color: rgb(242,168,192); }

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

border-color css

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

 span { border-color: rgb(242,168,192); }

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