Html Css Color HEX #F2615D Bittersweet

📋 copy color: '#F2615D'

red 242 ◦ green 97 ◦ blue 93

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

Shades of Bittersweet #F2615D

Tints of Bittersweet #F2615D

RGB

 RED value IS 242 (94.92% from 255) = 56.02%

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

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

R = 56.02%
G = 22.45%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2615D (or 0xF2615D) is known color: Bittersweet. HEX triplet: F2, 61 and 5D. RGB value is (242,97,93). Sum of RGB (Red+Green+Blue) = 242+97+93=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2615D is #0D9EA2. Grayscale: #8C8C8C. Windows color (decimal): -892579 or 6119922. OLE color: 6119922.

HSL color Cylindrical-coordinate representation of color #F2615D: hue angle of 1.61º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2615D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 93 -
CMYK 0 0.60 0.62 0.05
HSL 1.61º 0.85% 0.66% -
HSV(B) 1.61º 0.62% 0.95% -
XYZ 42.87 28.22 13.54 -
YUV 139.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 242 97 93 0 0.60 0.62 0.05 1.61 0.85 0.66
Hex F2 61 5D 0 3C 3E 5 2 55 42
Octal 362 141 135 0 74 76 5 2 125 102
Binary 11110010 1100001 1011101 0 111100 111110 101 10 1010101 1000010

Color Harmonies of #F2615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2615D

Black with #F2615D

Text Example


Text Example

White with #F2615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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