Html Css Color HEX #F7A6C0 Carnation Pink

📋 copy color: '#F7A6C0'

red 247 ◦ green 166 ◦ blue 192

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

Shades of Carnation Pink #F7A6C0

Tints of Carnation Pink #F7A6C0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.44%

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 40.83%
G = 27.44%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F7A6C0 (or 0xF7A6C0) is known color: Carnation Pink. HEX triplet: F7, A6 and C0. RGB value is (247,166,192). Sum of RGB (Red+Green+Blue) = 247+166+192=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6C0 is #08593F. Grayscale: #C1C1C1. Windows color (decimal): -547136 or 12625655. OLE color: 12625655.

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

Color convert

RGB 247 166 192 -
CMYK 0 0.33 0.22 0.03
HSL 340.74º 0.84% 0.81% -
HSV(B) 340.74º 0.33% 0.97% -
XYZ 61.51 50.85 56.44 -
YUV 193.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 247 166 192 0 0.33 0.22 0.03 340.74 0.84 0.81
Hex F7 A6 C0 0 21 16 3 155 54 51
Octal 367 246 300 0 41 26 3 525 124 121
Binary 11110111 10100110 11000000 0 100001 10110 11 101010101 1010100 1010001

Color Harmonies of #F7A6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6C0

Black with #F7A6C0

Text Example


Text Example

White with #F7A6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6C0; }

 p { color: rgb(247,166,192); }

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

background-color css

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

 a { background-color: rgb(247,166,192); }

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

border-color css

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

 span { border-color: rgb(247,166,192); }

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