Html Css Color HEX #F0605F Bittersweet

📋 copy color: '#F0605F'

red 240 ◦ green 96 ◦ blue 95

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

Shades of Bittersweet #F0605F

Tints of Bittersweet #F0605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 55.68%
G = 22.27%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0605F (or 0xF0605F) is known color: Bittersweet. HEX triplet: F0, 60 and 5F. RGB value is (240,96,95). Sum of RGB (Red+Green+Blue) = 240+96+95=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0605F is #0F9FA0. Grayscale: #8B8B8B. Windows color (decimal): -1023905 or 6250736. OLE color: 6250736.

HSL color Cylindrical-coordinate representation of color #F0605F: hue angle of 0.41º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0605F is Cyan = 0, Magento = 0.6, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 95 -
CMYK 0 0.6 0.60 0.06
HSL 0.41º 0.83% 0.66% -
HSV(B) 0.41º 0.6% 0.94% -
XYZ 42.18 27.72 13.95 -
YUV 138.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 240 96 95 0 0.6 0.60 0.06 0.41 0.83 0.66
Hex F0 60 5F 0 3C 3C 6 0 53 42
Octal 360 140 137 0 74 74 6 0 123 102
Binary 11110000 1100000 1011111 0 111100 111100 110 0 1010011 1000010

Color Harmonies of #F0605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0605F

Black with #F0605F

Text Example


Text Example

White with #F0605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0605F; }

 p { color: rgb(240,96,95); }

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

background-color css

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

 a { background-color: rgb(240,96,95); }

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

border-color css

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

 span { border-color: rgb(240,96,95); }

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