Html Css Color HEX #F07067 Bittersweet

📋 copy color: '#F07067'

red 240 ◦ green 112 ◦ blue 103

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

Shades of Bittersweet #F07067

Tints of Bittersweet #F07067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.64%

R = 52.75%
G = 24.62%
B = 22.64%

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

#F07067 (or 0xF07067) is known color: Bittersweet. HEX triplet: F0, 70 and 67. RGB value is (240,112,103). Sum of RGB (Red+Green+Blue) = 240+112+103=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F07067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07067 is #0F8F98. Grayscale: #959595. Windows color (decimal): -1019801 or 6779120. OLE color: 6779120.

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

Color convert

RGB 240 112 103 -
CMYK 0 0.53 0.57 0.06
HSL 3.94º 0.82% 0.67% -
HSV(B) 3.94º 0.57% 0.94% -
XYZ 44.18 31.09 16.51 -
YUV 149.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 240 112 103 0 0.53 0.57 0.06 3.94 0.82 0.67
Hex F0 70 67 0 35 39 6 4 52 43
Octal 360 160 147 0 65 71 6 4 122 103
Binary 11110000 1110000 1100111 0 110101 111001 110 100 1010010 1000011

Color Harmonies of #F07067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07067

Black with #F07067

Text Example


Text Example

White with #F07067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07067; }

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

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

background-color css

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

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

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

border-color css

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

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

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