Html Css Color HEX #F65D5B Bittersweet

📋 copy color: '#F65D5B'

red 246 ◦ green 93 ◦ blue 91

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

Shades of Bittersweet #F65D5B

Tints of Bittersweet #F65D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 57.21%
G = 21.63%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F65D5B (or 0xF65D5B) is known color: Bittersweet. HEX triplet: F6, 5D and 5B. RGB value is (246,93,91). Sum of RGB (Red+Green+Blue) = 246+93+91=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D5B is #09A2A4. Grayscale: #8A8A8A. Windows color (decimal): -631461 or 5987830. OLE color: 5987830.

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

Color convert

RGB 246 93 91 -
CMYK 0 0.62 0.63 0.04
HSL 0.77º 0.9% 0.66% -
HSV(B) 0.77º 0.63% 0.96% -
XYZ 43.81 28.18 13.03 -
YUV 138.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 246 93 91 0 0.62 0.63 0.04 0.77 0.9 0.66
Hex F6 5D 5B 0 3E 3F 4 1 5A 42
Octal 366 135 133 0 76 77 4 1 132 102
Binary 11110110 1011101 1011011 0 111110 111111 100 1 1011010 1000010

Color Harmonies of #F65D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D5B

Black with #F65D5B

Text Example


Text Example

White with #F65D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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