Html Css Color HEX #F7A3C9 Carnation Pink

📋 copy color: '#F7A3C9'

red 247 ◦ green 163 ◦ blue 201

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

Shades of Carnation Pink #F7A3C9

Tints of Carnation Pink #F7A3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.68%

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 40.43%
G = 26.68%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F7A3C9 (or 0xF7A3C9) is known color: Carnation Pink. HEX triplet: F7, A3 and C9. RGB value is (247,163,201). Sum of RGB (Red+Green+Blue) = 247+163+201=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3C9 is #085C36. Grayscale: #C0C0C0. Windows color (decimal): -547895 or 13214711. OLE color: 13214711.

HSL color Cylindrical-coordinate representation of color #F7A3C9: hue angle of 332.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A3C9 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 163 201 -
CMYK 0 0.34 0.19 0.03
HSL 332.86º 0.84% 0.8% -
HSV(B) 332.86º 0.34% 0.97% -
XYZ 62 50.19 61.68 -
YUV 192.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 247 163 201 0 0.34 0.19 0.03 332.86 0.84 0.8
Hex F7 A3 C9 0 22 13 3 14D 54 50
Octal 367 243 311 0 42 23 3 515 124 120
Binary 11110111 10100011 11001001 0 100010 10011 11 101001101 1010100 1010000

Color Harmonies of #F7A3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A3C9

Black with #F7A3C9

Text Example


Text Example

White with #F7A3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A3C9; }

 p { color: rgb(247,163,201); }

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

background-color css

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

 a { background-color: rgb(247,163,201); }

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

border-color css

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

 span { border-color: rgb(247,163,201); }

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