Html Css Color HEX #F07063 Bittersweet

📋 copy color: '#F07063'

red 240 ◦ green 112 ◦ blue 99

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

Shades of Bittersweet #F07063

Tints of Bittersweet #F07063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 53.22%
G = 24.83%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07063 (or 0xF07063) is known color: Bittersweet. HEX triplet: F0, 70 and 63. RGB value is (240,112,99). Sum of RGB (Red+Green+Blue) = 240+112+99=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07063 is #0F8F9C. Grayscale: #949494. Windows color (decimal): -1019805 or 6516976. OLE color: 6516976.

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

Color convert

RGB 240 112 99 -
CMYK 0 0.53 0.59 0.06
HSL 5.53º 0.82% 0.66% -
HSV(B) 5.53º 0.59% 0.94% -
XYZ 43.98 31.01 15.47 -
YUV 148.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 240 112 99 0 0.53 0.59 0.06 5.53 0.82 0.66
Hex F0 70 63 0 35 3B 6 6 52 42
Octal 360 160 143 0 65 73 6 6 122 102
Binary 11110000 1110000 1100011 0 110101 111011 110 110 1010010 1000010

Color Harmonies of #F07063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07063

Black with #F07063

Text Example


Text Example

White with #F07063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07063; }

 p { color: rgb(240,112,99); }

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

background-color css

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

 a { background-color: rgb(240,112,99); }

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

border-color css

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

 span { border-color: rgb(240,112,99); }

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