Html Css Color HEX #F7A2C0 Carnation Pink

📋 copy color: '#F7A2C0'

red 247 ◦ green 162 ◦ blue 192

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

Shades of Carnation Pink #F7A2C0

Tints of Carnation Pink #F7A2C0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.96%

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

R = 41.1%
G = 26.96%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F7A2C0 (or 0xF7A2C0) is known color: Carnation Pink. HEX triplet: F7, A2 and C0. RGB value is (247,162,192). Sum of RGB (Red+Green+Blue) = 247+162+192=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2C0 is #085D3F. Grayscale: #BEBEBE. Windows color (decimal): -548160 or 12624631. OLE color: 12624631.

HSL color Cylindrical-coordinate representation of color #F7A2C0: hue angle of 338.82º 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 #F7A2C0 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 162 192 -
CMYK 0 0.34 0.22 0.03
HSL 338.82º 0.84% 0.8% -
HSV(B) 338.82º 0.34% 0.97% -
XYZ 60.79 49.42 56.2 -
YUV 190.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 247 162 192 0 0.34 0.22 0.03 338.82 0.84 0.8
Hex F7 A2 C0 0 22 16 3 153 54 50
Octal 367 242 300 0 42 26 3 523 124 120
Binary 11110111 10100010 11000000 0 100010 10110 11 101010011 1010100 1010000

Color Harmonies of #F7A2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A2C0

Black with #F7A2C0

Text Example


Text Example

White with #F7A2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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