Html Css Color HEX #F69B6E Hit Pink

📋 copy color: '#F69B6E'

red 246 ◦ green 155 ◦ blue 110

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

Shades of Hit Pink #F69B6E

Tints of Hit Pink #F69B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.33%

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 48.14%
G = 30.33%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F69B6E (or 0xF69B6E) is known color: Hit Pink. HEX triplet: F6, 9B and 6E. RGB value is (246,155,110). Sum of RGB (Red+Green+Blue) = 246+155+110=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B6E is #096491. Grayscale: #B1B1B1. Windows color (decimal): -615570 or 7248886. OLE color: 7248886.

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

Color convert

RGB 246 155 110 -
CMYK 0 0.37 0.55 0.04
HSL 19.85º 0.88% 0.7% -
HSV(B) 19.85º 0.55% 0.96% -
XYZ 52.54 44.16 20.51 -
YUV 177.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 246 155 110 0 0.37 0.55 0.04 19.85 0.88 0.7
Hex F6 9B 6E 0 25 37 4 14 58 46
Octal 366 233 156 0 45 67 4 24 130 106
Binary 11110110 10011011 1101110 0 100101 110111 100 10100 1011000 1000110

Color Harmonies of #F69B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B6E

Black with #F69B6E

Text Example


Text Example

White with #F69B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B6E; }

 p { color: rgb(246,155,110); }

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

background-color css

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

 a { background-color: rgb(246,155,110); }

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

border-color css

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

 span { border-color: rgb(246,155,110); }

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