Html Css Color HEX #F7A1C9 Carnation Pink

📋 copy color: '#F7A1C9'

red 247 ◦ green 161 ◦ blue 201

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

Shades of Carnation Pink #F7A1C9

Tints of Carnation Pink #F7A1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.44%

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

R = 40.56%
G = 26.44%
B = 33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F7A1C9 (or 0xF7A1C9) is known color: Carnation Pink. HEX triplet: F7, A1 and C9. RGB value is (247,161,201). Sum of RGB (Red+Green+Blue) = 247+161+201=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1C9 is #085E36. Grayscale: #BFBFBF. Windows color (decimal): -548407 or 13214199. OLE color: 13214199.

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

Color convert

RGB 247 161 201 -
CMYK 0 0.35 0.19 0.03
HSL 332.09º 0.84% 0.8% -
HSV(B) 332.09º 0.35% 0.97% -
XYZ 61.65 49.48 61.56 -
YUV 191.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 247 161 201 0 0.35 0.19 0.03 332.09 0.84 0.8
Hex F7 A1 C9 0 23 13 3 14C 54 50
Octal 367 241 311 0 43 23 3 514 124 120
Binary 11110111 10100001 11001001 0 100011 10011 11 101001100 1010100 1010000

Color Harmonies of #F7A1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A1C9

Black with #F7A1C9

Text Example


Text Example

White with #F7A1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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