Html Css Color HEX #F69C72 Hit Pink

📋 copy color: '#F69C72'

red 246 ◦ green 156 ◦ blue 114

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

Shades of Hit Pink #F69C72

Tints of Hit Pink #F69C72

RGB

 RED value IS 246 (96.48% from 255) = 47.67%

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 47.67%
G = 30.23%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F69C72 (or 0xF69C72) is known color: Hit Pink. HEX triplet: F6, 9C and 72. RGB value is (246,156,114). Sum of RGB (Red+Green+Blue) = 246+156+114=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C72 is #09638D. Grayscale: #B2B2B2. Windows color (decimal): -615310 or 7511286. OLE color: 7511286.

HSL color Cylindrical-coordinate representation of color #F69C72: hue angle of 19.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69C72 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 114 -
CMYK 0 0.37 0.54 0.04
HSL 19.09º 0.88% 0.71% -
HSV(B) 19.09º 0.54% 0.96% -
XYZ 52.93 44.58 21.74 -
YUV 178.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 246 156 114 0 0.37 0.54 0.04 19.09 0.88 0.71
Hex F6 9C 72 0 25 36 4 13 58 47
Octal 366 234 162 0 45 66 4 23 130 107
Binary 11110110 10011100 1110010 0 100101 110110 100 10011 1011000 1000111

Color Harmonies of #F69C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C72

Black with #F69C72

Text Example


Text Example

White with #F69C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C72; }

 p { color: rgb(246,156,114); }

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

background-color css

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

 a { background-color: rgb(246,156,114); }

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

border-color css

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

 span { border-color: rgb(246,156,114); }

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