Html Css Color HEX #F7A5C1 Carnation Pink

📋 copy color: '#F7A5C1'

red 247 ◦ green 165 ◦ blue 193

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

Shades of Carnation Pink #F7A5C1

Tints of Carnation Pink #F7A5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 193 (75.78% from 255) = 31.9%

R = 40.83%
G = 27.27%
B = 31.9%

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

#F7A5C1 (or 0xF7A5C1) is known color: Carnation Pink. HEX triplet: F7, A5 and C1. RGB value is (247,165,193). Sum of RGB (Red+Green+Blue) = 247+165+193=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5C1 is #085A3E. Grayscale: #C0C0C0. Windows color (decimal): -547391 or 12690935. OLE color: 12690935.

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

Color convert

RGB 247 165 193 -
CMYK 0 0.33 0.22 0.03
HSL 339.51º 0.84% 0.81% -
HSV(B) 339.51º 0.33% 0.97% -
XYZ 61.44 50.53 56.97 -
YUV 192.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 247 165 193 0 0.33 0.22 0.03 339.51 0.84 0.81
Hex F7 A5 C1 0 21 16 3 154 54 51
Octal 367 245 301 0 41 26 3 524 124 121
Binary 11110111 10100101 11000001 0 100001 10110 11 101010100 1010100 1010001

Color Harmonies of #F7A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5C1

Black with #F7A5C1

Text Example


Text Example

White with #F7A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A5C1; }

 p { color: rgb(247,165,193); }

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

background-color css

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

 a { background-color: rgb(247,165,193); }

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

border-color css

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

 span { border-color: rgb(247,165,193); }

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