Html Css Color HEX #F2A5BD Cupid

📋 copy color: '#F2A5BD'

red 242 ◦ green 165 ◦ blue 189

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

Shades of Cupid #F2A5BD

Tints of Cupid #F2A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.68%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 40.6%
G = 27.68%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2A5BD (or 0xF2A5BD) is known color: Cupid. HEX triplet: F2, A5 and BD. RGB value is (242,165,189). Sum of RGB (Red+Green+Blue) = 242+165+189=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5BD is #0D5A42. Grayscale: #BEBEBE. Windows color (decimal): -875075 or 12428786. OLE color: 12428786.

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

Color convert

RGB 242 165 189 -
CMYK 0 0.32 0.22 0.05
HSL 341.3º 0.75% 0.8% -
HSV(B) 341.3º 0.32% 0.95% -
XYZ 59.26 49.46 54.57 -
YUV 190.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 242 165 189 0 0.32 0.22 0.05 341.3 0.75 0.8
Hex F2 A5 BD 0 20 16 5 155 4B 50
Octal 362 245 275 0 40 26 5 525 113 120
Binary 11110010 10100101 10111101 0 100000 10110 101 101010101 1001011 1010000

Color Harmonies of #F2A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A5BD

Black with #F2A5BD

Text Example


Text Example

White with #F2A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A5BD; }

 p { color: rgb(242,165,189); }

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

background-color css

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

 a { background-color: rgb(242,165,189); }

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

border-color css

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

 span { border-color: rgb(242,165,189); }

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