Html Css Color HEX #F77468 Bittersweet

📋 copy color: '#F77468'

red 247 ◦ green 116 ◦ blue 104

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

Shades of Bittersweet #F77468

Tints of Bittersweet #F77468

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

 GREEN value IS 116 (45.7% from 255) = 24.84%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 52.89%
G = 24.84%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F77468 (or 0xF77468) is known color: Bittersweet. HEX triplet: F7, 74 and 68. RGB value is (247,116,104). Sum of RGB (Red+Green+Blue) = 247+116+104=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F77468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77468 is #088B97. Grayscale: #999999. Windows color (decimal): -560024 or 6845687. OLE color: 6845687.

HSL color Cylindrical-coordinate representation of color #F77468: hue angle of 5.03º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77468 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 116 104 -
CMYK 0 0.53 0.58 0.03
HSL 5.03º 0.9% 0.69% -
HSV(B) 5.03º 0.58% 0.97% -
XYZ 47.1 33.26 17.03 -
YUV 153.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 247 116 104 0 0.53 0.58 0.03 5.03 0.9 0.69
Hex F7 74 68 0 35 3A 3 5 5A 45
Octal 367 164 150 0 65 72 3 5 132 105
Binary 11110111 1110100 1101000 0 110101 111010 11 101 1011010 1000101

Color Harmonies of #F77468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77468

Black with #F77468

Text Example


Text Example

White with #F77468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77468; }

 p { color: rgb(247,116,104); }

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

background-color css

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

 a { background-color: rgb(247,116,104); }

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

border-color css

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

 span { border-color: rgb(247,116,104); }

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