Html Css Color HEX #F7A0CA Carnation Pink

📋 copy color: '#F7A0CA'

red 247 ◦ green 160 ◦ blue 202

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

Shades of Carnation Pink #F7A0CA

Tints of Carnation Pink #F7A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.27%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 40.56%
G = 26.27%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7A0CA (or 0xF7A0CA) is known color: Carnation Pink. HEX triplet: F7, A0 and CA. RGB value is (247,160,202). Sum of RGB (Red+Green+Blue) = 247+160+202=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A0CA is #085F35. Grayscale: #BEBEBE. Windows color (decimal): -548662 or 13279479. OLE color: 13279479.

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

Color convert

RGB 247 160 202 -
CMYK 0 0.35 0.18 0.03
HSL 331.03º 0.84% 0.8% -
HSV(B) 331.03º 0.35% 0.97% -
XYZ 61.59 49.18 62.12 -
YUV 190.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 247 160 202 0 0.35 0.18 0.03 331.03 0.84 0.8
Hex F7 A0 CA 0 23 12 3 14B 54 50
Octal 367 240 312 0 43 22 3 513 124 120
Binary 11110111 10100000 11001010 0 100011 10010 11 101001011 1010100 1010000

Color Harmonies of #F7A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A0CA

Black with #F7A0CA

Text Example


Text Example

White with #F7A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A0CA; }

 p { color: rgb(247,160,202); }

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

background-color css

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

 a { background-color: rgb(247,160,202); }

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

border-color css

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

 span { border-color: rgb(247,160,202); }

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