Html Css Color HEX #F0615D Bittersweet

📋 copy color: '#F0615D'

red 240 ◦ green 97 ◦ blue 93

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

Shades of Bittersweet #F0615D

Tints of Bittersweet #F0615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

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

R = 55.81%
G = 22.56%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0615D (or 0xF0615D) is known color: Bittersweet. HEX triplet: F0, 61 and 5D. RGB value is (240,97,93). Sum of RGB (Red+Green+Blue) = 240+97+93=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0615D is #0F9EA2. Grayscale: #8B8B8B. Windows color (decimal): -1023651 or 6119920. OLE color: 6119920.

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

Color convert

RGB 240 97 93 -
CMYK 0 0.60 0.61 0.06
HSL 1.63º 0.83% 0.65% -
HSV(B) 1.63º 0.61% 0.94% -
XYZ 42.19 27.86 13.51 -
YUV 139.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 240 97 93 0 0.60 0.61 0.06 1.63 0.83 0.65
Hex F0 61 5D 0 3C 3D 6 2 53 41
Octal 360 141 135 0 74 75 6 2 123 101
Binary 11110000 1100001 1011101 0 111100 111101 110 10 1010011 1000001

Color Harmonies of #F0615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0615D

Black with #F0615D

Text Example


Text Example

White with #F0615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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