Html Css Color HEX #F6A375 Hit Pink

📋 copy color: '#F6A375'

red 246 ◦ green 163 ◦ blue 117

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

Shades of Hit Pink #F6A375

Tints of Hit Pink #F6A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 46.77%
G = 30.99%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F6A375 (or 0xF6A375) is known color: Hit Pink. HEX triplet: F6, A3 and 75. RGB value is (246,163,117). Sum of RGB (Red+Green+Blue) = 246+163+117=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A375 is #095C8A. Grayscale: #B6B6B6. Windows color (decimal): -613515 or 7709686. OLE color: 7709686.

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

Color convert

RGB 246 163 117 -
CMYK 0 0.34 0.52 0.04
HSL 21.4º 0.88% 0.71% -
HSV(B) 21.4º 0.52% 0.96% -
XYZ 54.31 47.07 23.05 -
YUV 182.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 246 163 117 0 0.34 0.52 0.04 21.4 0.88 0.71
Hex F6 A3 75 0 22 34 4 15 58 47
Octal 366 243 165 0 42 64 4 25 130 107
Binary 11110110 10100011 1110101 0 100010 110100 100 10101 1011000 1000111

Color Harmonies of #F6A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A375

Black with #F6A375

Text Example


Text Example

White with #F6A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A375; }

 p { color: rgb(246,163,117); }

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

background-color css

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

 a { background-color: rgb(246,163,117); }

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

border-color css

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

 span { border-color: rgb(246,163,117); }

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