Html Css Color HEX #F65D58 Bittersweet

📋 copy color: '#F65D58'

red 246 ◦ green 93 ◦ blue 88

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

Shades of Bittersweet #F65D58

Tints of Bittersweet #F65D58

RGB

 RED value IS 246 (96.48% from 255) = 57.61%

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 88 (34.77% from 255) = 20.61%

R = 57.61%
G = 21.78%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F65D58 (or 0xF65D58) is known color: Bittersweet. HEX triplet: F6, 5D and 58. RGB value is (246,93,88). Sum of RGB (Red+Green+Blue) = 246+93+88=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D58 is #09A2A7. Grayscale: #8A8A8A. Windows color (decimal): -631464 or 5791222. OLE color: 5791222.

HSL color Cylindrical-coordinate representation of color #F65D58: hue angle of 1.9º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65D58 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 93 88 -
CMYK 0 0.62 0.64 0.04
HSL 1.9º 0.9% 0.65% -
HSV(B) 1.9º 0.64% 0.96% -
XYZ 43.68 28.13 12.36 -
YUV 138.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 246 93 88 0 0.62 0.64 0.04 1.9 0.9 0.65
Hex F6 5D 58 0 3E 40 4 2 5A 41
Octal 366 135 130 0 76 100 4 2 132 101
Binary 11110110 1011101 1011000 0 111110 1000000 100 10 1011010 1000001

Color Harmonies of #F65D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D58

Black with #F65D58

Text Example


Text Example

White with #F65D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D58; }

 p { color: rgb(246,93,88); }

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

background-color css

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

 a { background-color: rgb(246,93,88); }

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

border-color css

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

 span { border-color: rgb(246,93,88); }

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