Html Css Color HEX #F07463 Bittersweet

📋 copy color: '#F07463'

red 240 ◦ green 116 ◦ blue 99

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

Shades of Bittersweet #F07463

Tints of Bittersweet #F07463

RGB

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

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

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

R = 52.75%
G = 25.49%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07463 (or 0xF07463) is known color: Bittersweet. HEX triplet: F0, 74 and 63. RGB value is (240,116,99). Sum of RGB (Red+Green+Blue) = 240+116+99=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F07463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07463 is #0F8B9C. Grayscale: #979797. Windows color (decimal): -1018781 or 6518000. OLE color: 6518000.

HSL color Cylindrical-coordinate representation of color #F07463: hue angle of 7.23º 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 #F07463 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 99 -
CMYK 0 0.52 0.59 0.06
HSL 7.23º 0.82% 0.66% -
HSV(B) 7.23º 0.59% 0.94% -
XYZ 44.43 31.92 15.62 -
YUV 151.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 240 116 99 0 0.52 0.59 0.06 7.23 0.82 0.66
Hex F0 74 63 0 34 3B 6 7 52 42
Octal 360 164 143 0 64 73 6 7 122 102
Binary 11110000 1110100 1100011 0 110100 111011 110 111 1010010 1000010

Color Harmonies of #F07463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07463

Black with #F07463

Text Example


Text Example

White with #F07463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07463; }

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

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

background-color css

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

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

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

border-color css

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

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

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