Html Css Color HEX #F69B6F Hit Pink

📋 copy color: '#F69B6F'

red 246 ◦ green 155 ◦ blue 111

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

Shades of Hit Pink #F69B6F

Tints of Hit Pink #F69B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.68%

R = 48.05%
G = 30.27%
B = 21.68%

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

#F69B6F (or 0xF69B6F) is known color: Hit Pink. HEX triplet: F6, 9B and 6F. RGB value is (246,155,111). Sum of RGB (Red+Green+Blue) = 246+155+111=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B6F is #096490. Grayscale: #B1B1B1. Windows color (decimal): -615569 or 7314422. OLE color: 7314422.

HSL color Cylindrical-coordinate representation of color #F69B6F: hue angle of 19.56º 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 #F69B6F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 111 -
CMYK 0 0.37 0.55 0.04
HSL 19.56º 0.88% 0.7% -
HSV(B) 19.56º 0.55% 0.96% -
XYZ 52.6 44.18 20.8 -
YUV 177.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 246 155 111 0 0.37 0.55 0.04 19.56 0.88 0.7
Hex F6 9B 6F 0 25 37 4 14 58 46
Octal 366 233 157 0 45 67 4 24 130 106
Binary 11110110 10011011 1101111 0 100101 110111 100 10100 1011000 1000110

Color Harmonies of #F69B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B6F

Black with #F69B6F

Text Example


Text Example

White with #F69B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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