Html Css Color HEX #F07264 Bittersweet

📋 copy color: '#F07264'

red 240 ◦ green 114 ◦ blue 100

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

Shades of Bittersweet #F07264

Tints of Bittersweet #F07264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

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

R = 52.86%
G = 25.11%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07264 (or 0xF07264) is known color: Bittersweet. HEX triplet: F0, 72 and 64. RGB value is (240,114,100). Sum of RGB (Red+Green+Blue) = 240+114+100=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07264 is #0F8D9B. Grayscale: #969696. Windows color (decimal): -1019292 or 6583024. OLE color: 6583024.

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

Color convert

RGB 240 114 100 -
CMYK 0 0.52 0.58 0.06
HSL 0.82% 0.67% -
HSV(B) 0.58% 0.94% -
XYZ 44.25 31.48 15.8 -
YUV 150.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 240 114 100 0 0.52 0.58 0.06 6 0.82 0.67
Hex F0 72 64 0 34 3A 6 6 52 43
Octal 360 162 144 0 64 72 6 6 122 103
Binary 11110000 1110010 1100100 0 110100 111010 110 110 1010010 1000011

Color Harmonies of #F07264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07264

Black with #F07264

Text Example


Text Example

White with #F07264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07264; }

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

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

background-color css

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

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

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

border-color css

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

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

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