Html Css Color HEX #F5A8C2 Cupid

📋 copy color: '#F5A8C2'

red 245 ◦ green 168 ◦ blue 194

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

Shades of Cupid #F5A8C2

Tints of Cupid #F5A8C2

RGB

 RED value IS 245 (96.09% from 255) = 40.36%

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

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 40.36%
G = 27.68%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F5A8C2 (or 0xF5A8C2) is known color: Cupid. HEX triplet: F5, A8 and C2. RGB value is (245,168,194). Sum of RGB (Red+Green+Blue) = 245+168+194=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8C2 is #0A573D. Grayscale: #C1C1C1. Windows color (decimal): -677694 or 12757237. OLE color: 12757237.

HSL color Cylindrical-coordinate representation of color #F5A8C2: hue angle of 339.74º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8C2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 194 -
CMYK 0 0.31 0.21 0.04
HSL 339.74º 0.79% 0.81% -
HSV(B) 339.74º 0.31% 0.96% -
XYZ 61.4 51.31 57.71 -
YUV 193.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 245 168 194 0 0.31 0.21 0.04 339.74 0.79 0.81
Hex F5 A8 C2 0 1F 15 4 154 4F 51
Octal 365 250 302 0 37 25 4 524 117 121
Binary 11110101 10101000 11000010 0 11111 10101 100 101010100 1001111 1010001

Color Harmonies of #F5A8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A8C2

Black with #F5A8C2

Text Example


Text Example

White with #F5A8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A8C2; }

 p { color: rgb(245,168,194); }

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

background-color css

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

 a { background-color: rgb(245,168,194); }

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

border-color css

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

 span { border-color: rgb(245,168,194); }

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