Html Css Color HEX #F2A7C9 Carnation Pink

📋 copy color: '#F2A7C9'

red 242 ◦ green 167 ◦ blue 201

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

Shades of Carnation Pink #F2A7C9

Tints of Carnation Pink #F2A7C9

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

 GREEN value IS 167 (65.63% from 255) = 27.38%

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

R = 39.67%
G = 27.38%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2A7C9 (or 0xF2A7C9) is known color: Carnation Pink. HEX triplet: F2, A7 and C9. RGB value is (242,167,201). Sum of RGB (Red+Green+Blue) = 242+167+201=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7C9 is #0D5836. Grayscale: #C1C1C1. Windows color (decimal): -874551 or 13215730. OLE color: 13215730.

HSL color Cylindrical-coordinate representation of color #F2A7C9: hue angle of 332.8º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A7C9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 201 -
CMYK 0 0.31 0.17 0.05
HSL 332.8º 0.74% 0.8% -
HSV(B) 332.8º 0.31% 0.95% -
XYZ 60.98 50.73 61.84 -
YUV 193.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 242 167 201 0 0.31 0.17 0.05 332.8 0.74 0.8
Hex F2 A7 C9 0 1F 11 5 14D 4A 50
Octal 362 247 311 0 37 21 5 515 112 120
Binary 11110010 10100111 11001001 0 11111 10001 101 101001101 1001010 1010000

Color Harmonies of #F2A7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7C9

Black with #F2A7C9

Text Example


Text Example

White with #F2A7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7C9; }

 p { color: rgb(242,167,201); }

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

background-color css

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

 a { background-color: rgb(242,167,201); }

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

border-color css

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

 span { border-color: rgb(242,167,201); }

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