Html Css Color HEX #F2ABC1 Cupid

📋 copy color: '#F2ABC1'

red 242 ◦ green 171 ◦ blue 193

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

Shades of Cupid #F2ABC1

Tints of Cupid #F2ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.22%

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 39.93%
G = 28.22%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2ABC1 (or 0xF2ABC1) is known color: Cupid. HEX triplet: F2, AB and C1. RGB value is (242,171,193). Sum of RGB (Red+Green+Blue) = 242+171+193=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABC1 is #0D543E. Grayscale: #C2C2C2. Windows color (decimal): -873535 or 12692466. OLE color: 12692466.

HSL color Cylindrical-coordinate representation of color #F2ABC1: hue angle of 341.41º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 193 -
CMYK 0 0.29 0.20 0.05
HSL 341.41º 0.73% 0.81% -
HSV(B) 341.41º 0.29% 0.95% -
XYZ 60.81 51.85 57.26 -
YUV 194.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 242 171 193 0 0.29 0.20 0.05 341.41 0.73 0.81
Hex F2 AB C1 0 1D 14 5 155 49 51
Octal 362 253 301 0 35 24 5 525 111 121
Binary 11110010 10101011 11000001 0 11101 10100 101 101010101 1001001 1010001

Color Harmonies of #F2ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABC1

Black with #F2ABC1

Text Example


Text Example

White with #F2ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABC1; }

 p { color: rgb(242,171,193); }

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

background-color css

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

 a { background-color: rgb(242,171,193); }

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

border-color css

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

 span { border-color: rgb(242,171,193); }

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