Html Css Color HEX #F07068 Bittersweet

📋 copy color: '#F07068'

red 240 ◦ green 112 ◦ blue 104

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

Shades of Bittersweet #F07068

Tints of Bittersweet #F07068

RGB

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

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

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

R = 52.63%
G = 24.56%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F07068 (or 0xF07068) is known color: Bittersweet. HEX triplet: F0, 70 and 68. RGB value is (240,112,104). Sum of RGB (Red+Green+Blue) = 240+112+104=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07068 is #0F8F97. Grayscale: #959595. Windows color (decimal): -1019800 or 6844656. OLE color: 6844656.

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

Color convert

RGB 240 112 104 -
CMYK 0 0.53 0.57 0.06
HSL 3.53º 0.82% 0.67% -
HSV(B) 3.53º 0.57% 0.94% -
XYZ 44.23 31.11 16.77 -
YUV 149.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 240 112 104 0 0.53 0.57 0.06 3.53 0.82 0.67
Hex F0 70 68 0 35 39 6 4 52 43
Octal 360 160 150 0 65 71 6 4 122 103
Binary 11110000 1110000 1101000 0 110101 111001 110 100 1010010 1000011

Color Harmonies of #F07068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07068

Black with #F07068

Text Example


Text Example

White with #F07068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07068; }

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

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

background-color css

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

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

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

border-color css

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

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

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