Html Css Color HEX #F2ACC6 Cupid

📋 copy color: '#F2ACC6'

red 242 ◦ green 172 ◦ blue 198

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

Shades of Cupid #F2ACC6

Tints of Cupid #F2ACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 39.54%
G = 28.1%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2ACC6 (or 0xF2ACC6) is known color: Cupid. HEX triplet: F2, AC and C6. RGB value is (242,172,198). Sum of RGB (Red+Green+Blue) = 242+172+198=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACC6 is #0D5339. Grayscale: #C3C3C3. Windows color (decimal): -873274 or 13020402. OLE color: 13020402.

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

Color convert

RGB 242 172 198 -
CMYK 0 0.29 0.18 0.05
HSL 337.71º 0.73% 0.81% -
HSV(B) 337.71º 0.29% 0.95% -
XYZ 61.56 52.46 60.31 -
YUV 195.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 242 172 198 0 0.29 0.18 0.05 337.71 0.73 0.81
Hex F2 AC C6 0 1D 12 5 152 49 51
Octal 362 254 306 0 35 22 5 522 111 121
Binary 11110010 10101100 11000110 0 11101 10010 101 101010010 1001001 1010001

Color Harmonies of #F2ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACC6

Black with #F2ACC6

Text Example


Text Example

White with #F2ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACC6; }

 p { color: rgb(242,172,198); }

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

background-color css

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

 a { background-color: rgb(242,172,198); }

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

border-color css

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

 span { border-color: rgb(242,172,198); }

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