Html Css Color HEX #F65C5A Bittersweet

📋 copy color: '#F65C5A'

red 246 ◦ green 92 ◦ blue 90

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

Shades of Bittersweet #F65C5A

Tints of Bittersweet #F65C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.5%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 57.48%
G = 21.5%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F65C5A (or 0xF65C5A) is known color: Bittersweet. HEX triplet: F6, 5C and 5A. RGB value is (246,92,90). Sum of RGB (Red+Green+Blue) = 246+92+90=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C5A is #09A3A5. Grayscale: #898989. Windows color (decimal): -631718 or 5922038. OLE color: 5922038.

HSL color Cylindrical-coordinate representation of color #F65C5A: 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 #F65C5A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 92 90 -
CMYK 0 0.63 0.63 0.04
HSL 0.77º 0.9% 0.66% -
HSV(B) 0.77º 0.63% 0.96% -
XYZ 43.68 27.99 12.77 -
YUV 137.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 246 92 90 0 0.63 0.63 0.04 0.77 0.9 0.66
Hex F6 5C 5A 0 3F 3F 4 1 5A 42
Octal 366 134 132 0 77 77 4 1 132 102
Binary 11110110 1011100 1011010 0 111111 111111 100 1 1011010 1000010

Color Harmonies of #F65C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C5A

Black with #F65C5A

Text Example


Text Example

White with #F65C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C5A; }

 p { color: rgb(246,92,90); }

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

background-color css

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

 a { background-color: rgb(246,92,90); }

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

border-color css

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

 span { border-color: rgb(246,92,90); }

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