Html Css Color HEX #F0705C Bittersweet

📋 copy color: '#F0705C'

red 240 ◦ green 112 ◦ blue 92

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

Shades of Bittersweet #F0705C

Tints of Bittersweet #F0705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 54.05%
G = 25.23%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0705C (or 0xF0705C) is known color: Bittersweet. HEX triplet: F0, 70 and 5C. RGB value is (240,112,92). Sum of RGB (Red+Green+Blue) = 240+112+92=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0705C is #0F8FA3. Grayscale: #949494. Windows color (decimal): -1019812 or 6058224. OLE color: 6058224.

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

Color convert

RGB 240 112 92 -
CMYK 0 0.53 0.62 0.06
HSL 8.11º 0.83% 0.65% -
HSV(B) 8.11º 0.62% 0.94% -
XYZ 43.66 30.89 13.79 -
YUV 147.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 240 112 92 0 0.53 0.62 0.06 8.11 0.83 0.65
Hex F0 70 5C 0 35 3E 6 8 53 41
Octal 360 160 134 0 65 76 6 10 123 101
Binary 11110000 1110000 1011100 0 110101 111110 110 1000 1010011 1000001

Color Harmonies of #F0705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0705C

Black with #F0705C

Text Example


Text Example

White with #F0705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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