Html Css Color HEX #F2A8BC Cupid

📋 copy color: '#F2A8BC'

red 242 ◦ green 168 ◦ blue 188

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

Shades of Cupid #F2A8BC

Tints of Cupid #F2A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 40.47%
G = 28.09%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2A8BC (or 0xF2A8BC) is known color: Cupid. HEX triplet: F2, A8 and BC. RGB value is (242,168,188). Sum of RGB (Red+Green+Blue) = 242+168+188=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8BC is #0D5743. Grayscale: #C0C0C0. Windows color (decimal): -874308 or 12364018. OLE color: 12364018.

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

Color convert

RGB 242 168 188 -
CMYK 0 0.31 0.22 0.05
HSL 343.78º 0.74% 0.8% -
HSV(B) 343.78º 0.31% 0.95% -
XYZ 59.7 50.51 54.18 -
YUV 192.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 242 168 188 0 0.31 0.22 0.05 343.78 0.74 0.8
Hex F2 A8 BC 0 1F 16 5 158 4A 50
Octal 362 250 274 0 37 26 5 530 112 120
Binary 11110010 10101000 10111100 0 11111 10110 101 101011000 1001010 1010000

Color Harmonies of #F2A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8BC

Black with #F2A8BC

Text Example


Text Example

White with #F2A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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