Html Css Color HEX #F06967 Bittersweet

📋 copy color: '#F06967'

red 240 ◦ green 105 ◦ blue 103

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

Shades of Bittersweet #F06967

Tints of Bittersweet #F06967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

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

R = 53.57%
G = 23.44%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06967 (or 0xF06967) is known color: Bittersweet. HEX triplet: F0, 69 and 67. RGB value is (240,105,103). Sum of RGB (Red+Green+Blue) = 240+105+103=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F06967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06967 is #0F9698. Grayscale: #919191. Windows color (decimal): -1021593 or 6777328. OLE color: 6777328.

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

Color convert

RGB 240 105 103 -
CMYK 0 0.56 0.57 0.06
HSL 0.88º 0.82% 0.67% -
HSV(B) 0.88º 0.57% 0.94% -
XYZ 43.43 29.61 16.26 -
YUV 145.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 240 105 103 0 0.56 0.57 0.06 0.88 0.82 0.67
Hex F0 69 67 0 38 39 6 1 52 43
Octal 360 151 147 0 70 71 6 1 122 103
Binary 11110000 1101001 1100111 0 111000 111001 110 1 1010010 1000011

Color Harmonies of #F06967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06967

Black with #F06967

Text Example


Text Example

White with #F06967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06967; }

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

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

background-color css

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

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

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

border-color css

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

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

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