Html Css Color HEX #F76768 Froly

📋 copy color: '#F76768'

red 247 ◦ green 103 ◦ blue 104

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

Shades of Froly #F76768

Tints of Froly #F76768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.69%

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

R = 54.41%
G = 22.69%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F76768 (or 0xF76768) is known color: Froly. HEX triplet: F7, 67 and 68. RGB value is (247,103,104). Sum of RGB (Red+Green+Blue) = 247+103+104=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F76768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76768 is #089897. Grayscale: #929292. Windows color (decimal): -563352 or 6842359. OLE color: 6842359.

HSL color Cylindrical-coordinate representation of color #F76768: hue angle of 359.58º 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 #F76768 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 103 104 -
CMYK 0 0.58 0.58 0.03
HSL 359.58º 0.9% 0.69% -
HSV(B) 359.58º 0.58% 0.97% -
XYZ 45.71 30.47 16.57 -
YUV 146.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 247 103 104 0 0.58 0.58 0.03 359.58 0.9 0.69
Hex F7 67 68 0 3A 3A 3 168 5A 45
Octal 367 147 150 0 72 72 3 550 132 105
Binary 11110111 1100111 1101000 0 111010 111010 11 101101000 1011010 1000101

Color Harmonies of #F76768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76768

Black with #F76768

Text Example


Text Example

White with #F76768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76768; }

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

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

background-color css

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

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

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

border-color css

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

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

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