Html Css Color HEX #F69E74 Hit Pink

📋 copy color: '#F69E74'

red 246 ◦ green 158 ◦ blue 116

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

Shades of Hit Pink #F69E74

Tints of Hit Pink #F69E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 47.31%
G = 30.38%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F69E74 (or 0xF69E74) is known color: Hit Pink. HEX triplet: F6, 9E and 74. RGB value is (246,158,116). Sum of RGB (Red+Green+Blue) = 246+158+116=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E74 is #09618B. Grayscale: #B3B3B3. Windows color (decimal): -614796 or 7642870. OLE color: 7642870.

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

Color convert

RGB 246 158 116 -
CMYK 0 0.36 0.53 0.04
HSL 19.38º 0.88% 0.71% -
HSV(B) 19.38º 0.53% 0.96% -
XYZ 53.39 45.31 22.45 -
YUV 179.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 246 158 116 0 0.36 0.53 0.04 19.38 0.88 0.71
Hex F6 9E 74 0 24 35 4 13 58 47
Octal 366 236 164 0 44 65 4 23 130 107
Binary 11110110 10011110 1110100 0 100100 110101 100 10011 1011000 1000111

Color Harmonies of #F69E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69E74

Black with #F69E74

Text Example


Text Example

White with #F69E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69E74; }

 p { color: rgb(246,158,116); }

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

background-color css

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

 a { background-color: rgb(246,158,116); }

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

border-color css

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

 span { border-color: rgb(246,158,116); }

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