Html Css Color HEX #F07664 Bittersweet

📋 copy color: '#F07664'

red 240 ◦ green 118 ◦ blue 100

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

Shades of Bittersweet #F07664

Tints of Bittersweet #F07664

RGB

 RED value IS 240 (94.14% from 255) = 52.4%

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 52.4%
G = 25.76%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07664 (or 0xF07664) is known color: Bittersweet. HEX triplet: F0, 76 and 64. RGB value is (240,118,100). Sum of RGB (Red+Green+Blue) = 240+118+100=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07664 is #0F899B. Grayscale: #989898. Windows color (decimal): -1018268 or 6584048. OLE color: 6584048.

HSL color Cylindrical-coordinate representation of color #F07664: hue angle of 7.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07664 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 100 -
CMYK 0 0.51 0.58 0.06
HSL 7.71º 0.82% 0.67% -
HSV(B) 7.71º 0.58% 0.94% -
XYZ 44.71 32.4 15.95 -
YUV 152.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 240 118 100 0 0.51 0.58 0.06 7.71 0.82 0.67
Hex F0 76 64 0 33 3A 6 8 52 43
Octal 360 166 144 0 63 72 6 10 122 103
Binary 11110000 1110110 1100100 0 110011 111010 110 1000 1010010 1000011

Color Harmonies of #F07664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07664

Black with #F07664

Text Example


Text Example

White with #F07664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07664; }

 p { color: rgb(240,118,100); }

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

background-color css

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

 a { background-color: rgb(240,118,100); }

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

border-color css

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

 span { border-color: rgb(240,118,100); }

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