Html Css Color HEX #F65F5D Bittersweet

📋 copy color: '#F65F5D'

red 246 ◦ green 95 ◦ blue 93

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

Shades of Bittersweet #F65F5D

Tints of Bittersweet #F65F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

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

R = 56.68%
G = 21.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F65F5D (or 0xF65F5D) is known color: Bittersweet. HEX triplet: F6, 5F and 5D. RGB value is (246,95,93). Sum of RGB (Red+Green+Blue) = 246+95+93=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F5D is #09A0A2. Grayscale: #8C8C8C. Windows color (decimal): -630947 or 6119414. OLE color: 6119414.

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

Color convert

RGB 246 95 93 -
CMYK 0 0.61 0.62 0.04
HSL 0.78º 0.89% 0.66% -
HSV(B) 0.78º 0.62% 0.96% -
XYZ 44.07 28.57 13.55 -
YUV 139.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 246 95 93 0 0.61 0.62 0.04 0.78 0.89 0.66
Hex F6 5F 5D 0 3D 3E 4 1 59 42
Octal 366 137 135 0 75 76 4 1 131 102
Binary 11110110 1011111 1011101 0 111101 111110 100 1 1011001 1000010

Color Harmonies of #F65F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F5D

Black with #F65F5D

Text Example


Text Example

White with #F65F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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