Html Css Color HEX #F7ADC1 Cupid

📋 copy color: '#F7ADC1'

red 247 ◦ green 173 ◦ blue 193

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

Shades of Cupid #F7ADC1

Tints of Cupid #F7ADC1

RGB

 RED value IS 247 (96.88% from 255) = 40.29%

 GREEN value IS 173 (67.97% from 255) = 28.22%

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

R = 40.29%
G = 28.22%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F7ADC1 (or 0xF7ADC1) is known color: Cupid. HEX triplet: F7, AD and C1. RGB value is (247,173,193). Sum of RGB (Red+Green+Blue) = 247+173+193=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC1 is #08523E. Grayscale: #C5C5C5. Windows color (decimal): -545343 or 12692983. OLE color: 12692983.

HSL color Cylindrical-coordinate representation of color #F7ADC1: hue angle of 343.78º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADC1 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 193 -
CMYK 0 0.30 0.22 0.03
HSL 343.78º 0.82% 0.82% -
HSV(B) 343.78º 0.3% 0.97% -
XYZ 62.93 53.51 57.46 -
YUV 197.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 247 173 193 0 0.30 0.22 0.03 343.78 0.82 0.82
Hex F7 AD C1 0 1E 16 3 158 52 52
Octal 367 255 301 0 36 26 3 530 122 122
Binary 11110111 10101101 11000001 0 11110 10110 11 101011000 1010010 1010010

Color Harmonies of #F7ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADC1

Black with #F7ADC1

Text Example


Text Example

White with #F7ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADC1; }

 p { color: rgb(247,173,193); }

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

background-color css

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

 a { background-color: rgb(247,173,193); }

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

border-color css

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

 span { border-color: rgb(247,173,193); }

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