Html Css Color HEX #F07066 Bittersweet

📋 copy color: '#F07066'

red 240 ◦ green 112 ◦ blue 102

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

Shades of Bittersweet #F07066

Tints of Bittersweet #F07066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.47%

R = 52.86%
G = 24.67%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07066 (or 0xF07066) is known color: Bittersweet. HEX triplet: F0, 70 and 66. RGB value is (240,112,102). Sum of RGB (Red+Green+Blue) = 240+112+102=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07066 is #0F8F99. Grayscale: #959595. Windows color (decimal): -1019802 or 6713584. OLE color: 6713584.

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

Color convert

RGB 240 112 102 -
CMYK 0 0.53 0.58 0.06
HSL 4.35º 0.82% 0.67% -
HSV(B) 4.35º 0.58% 0.94% -
XYZ 44.13 31.07 16.24 -
YUV 149.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 240 112 102 0 0.53 0.58 0.06 4.35 0.82 0.67
Hex F0 70 66 0 35 3A 6 4 52 43
Octal 360 160 146 0 65 72 6 4 122 103
Binary 11110000 1110000 1100110 0 110101 111010 110 100 1010010 1000011

Color Harmonies of #F07066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07066

Black with #F07066

Text Example


Text Example

White with #F07066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07066; }

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

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

background-color css

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

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

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

border-color css

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

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

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