Html Css Color HEX #F0725F Bittersweet

📋 copy color: '#F0725F'

red 240 ◦ green 114 ◦ blue 95

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

Shades of Bittersweet #F0725F

Tints of Bittersweet #F0725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.39%

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

R = 53.45%
G = 25.39%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0725F (or 0xF0725F) is known color: Bittersweet. HEX triplet: F0, 72 and 5F. RGB value is (240,114,95). Sum of RGB (Red+Green+Blue) = 240+114+95=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0725F is #0F8DA0. Grayscale: #959595. Windows color (decimal): -1019297 or 6255344. OLE color: 6255344.

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

Color convert

RGB 240 114 95 -
CMYK 0 0.52 0.60 0.06
HSL 7.86º 0.83% 0.66% -
HSV(B) 7.86º 0.6% 0.94% -
XYZ 44.02 31.39 14.56 -
YUV 149.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 240 114 95 0 0.52 0.60 0.06 7.86 0.83 0.66
Hex F0 72 5F 0 34 3C 6 8 53 42
Octal 360 162 137 0 64 74 6 10 123 102
Binary 11110000 1110010 1011111 0 110100 111100 110 1000 1010011 1000010

Color Harmonies of #F0725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0725F

Black with #F0725F

Text Example


Text Example

White with #F0725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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