Html Css Color HEX #F69E6A Hit Pink

📋 copy color: '#F69E6A'

red 246 ◦ green 158 ◦ blue 106

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

Shades of Hit Pink #F69E6A

Tints of Hit Pink #F69E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.78%

R = 48.24%
G = 30.98%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F69E6A (or 0xF69E6A) is known color: Hit Pink. HEX triplet: F6, 9E and 6A. RGB value is (246,158,106). Sum of RGB (Red+Green+Blue) = 246+158+106=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E6A is #096195. Grayscale: #B2B2B2. Windows color (decimal): -614806 or 6987510. OLE color: 6987510.

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

Color convert

RGB 246 158 106 -
CMYK 0 0.36 0.57 0.04
HSL 22.29º 0.89% 0.69% -
HSV(B) 22.29º 0.57% 0.96% -
XYZ 52.83 45.09 19.55 -
YUV 178.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 246 158 106 0 0.36 0.57 0.04 22.29 0.89 0.69
Hex F6 9E 6A 0 24 39 4 16 59 45
Octal 366 236 152 0 44 71 4 26 131 105
Binary 11110110 10011110 1101010 0 100100 111001 100 10110 1011001 1000101

Color Harmonies of #F69E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69E6A

Black with #F69E6A

Text Example


Text Example

White with #F69E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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