Html Css Color HEX #F0675D Bittersweet

📋 copy color: '#F0675D'

red 240 ◦ green 103 ◦ blue 93

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

Shades of Bittersweet #F0675D

Tints of Bittersweet #F0675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 55.05%
G = 23.62%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0675D (or 0xF0675D) is known color: Bittersweet. HEX triplet: F0, 67 and 5D. RGB value is (240,103,93). Sum of RGB (Red+Green+Blue) = 240+103+93=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0675D is #0F98A2. Grayscale: #8E8E8E. Windows color (decimal): -1022115 or 6121456. OLE color: 6121456.

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

Color convert

RGB 240 103 93 -
CMYK 0 0.57 0.61 0.06
HSL 4.08º 0.83% 0.65% -
HSV(B) 4.08º 0.61% 0.94% -
XYZ 42.76 29.02 13.7 -
YUV 142.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 240 103 93 0 0.57 0.61 0.06 4.08 0.83 0.65
Hex F0 67 5D 0 39 3D 6 4 53 41
Octal 360 147 135 0 71 75 6 4 123 101
Binary 11110000 1100111 1011101 0 111001 111101 110 100 1010011 1000001

Color Harmonies of #F0675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0675D

Black with #F0675D

Text Example


Text Example

White with #F0675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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