Html Css Color HEX #F07268 Bittersweet

📋 copy color: '#F07268'

red 240 ◦ green 114 ◦ blue 104

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

Shades of Bittersweet #F07268

Tints of Bittersweet #F07268

RGB

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

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

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

R = 52.4%
G = 24.89%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07268 (or 0xF07268) is known color: Bittersweet. HEX triplet: F0, 72 and 68. RGB value is (240,114,104). Sum of RGB (Red+Green+Blue) = 240+114+104=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07268 is #0F8D97. Grayscale: #969696. Windows color (decimal): -1019288 or 6845168. OLE color: 6845168.

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

Color convert

RGB 240 114 104 -
CMYK 0 0.52 0.57 0.06
HSL 4.41º 0.82% 0.67% -
HSV(B) 4.41º 0.57% 0.94% -
XYZ 44.45 31.56 16.85 -
YUV 150.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 240 114 104 0 0.52 0.57 0.06 4.41 0.82 0.67
Hex F0 72 68 0 34 39 6 4 52 43
Octal 360 162 150 0 64 71 6 4 122 103
Binary 11110000 1110010 1101000 0 110100 111001 110 100 1010010 1000011

Color Harmonies of #F07268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07268

Black with #F07268

Text Example


Text Example

White with #F07268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07268; }

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

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

background-color css

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

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

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

border-color css

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

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

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