Html Css Color HEX #F05F5D Bittersweet

📋 copy color: '#F05F5D'

red 240 ◦ green 95 ◦ blue 93

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

Shades of Bittersweet #F05F5D

Tints of Bittersweet #F05F5D

RGB

 RED value IS 240 (94.14% from 255) = 56.07%

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

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

R = 56.07%
G = 22.2%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F05F5D (or 0xF05F5D) is known color: Bittersweet. HEX triplet: F0, 5F and 5D. RGB value is (240,95,93). Sum of RGB (Red+Green+Blue) = 240+95+93=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F5D is #0FA0A2. Grayscale: #8A8A8A. Windows color (decimal): -1024163 or 6119408. OLE color: 6119408.

HSL color Cylindrical-coordinate representation of color #F05F5D: hue angle of 0.82º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05F5D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 93 -
CMYK 0 0.60 0.61 0.06
HSL 0.82º 0.83% 0.65% -
HSV(B) 0.82º 0.61% 0.94% -
XYZ 42 27.5 13.45 -
YUV 138.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 240 95 93 0 0.60 0.61 0.06 0.82 0.83 0.65
Hex F0 5F 5D 0 3C 3D 6 1 53 41
Octal 360 137 135 0 74 75 6 1 123 101
Binary 11110000 1011111 1011101 0 111100 111101 110 1 1010011 1000001

Color Harmonies of #F05F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F5D

Black with #F05F5D

Text Example


Text Example

White with #F05F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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