Html Css Color HEX #F75F5C Bittersweet

📋 copy color: '#F75F5C'

red 247 ◦ green 95 ◦ blue 92

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

Shades of Bittersweet #F75F5C

Tints of Bittersweet #F75F5C

RGB

 RED value IS 247 (96.88% from 255) = 56.91%

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 56.91%
G = 21.89%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F75F5C (or 0xF75F5C) is known color: Bittersweet. HEX triplet: F7, 5F and 5C. RGB value is (247,95,92). Sum of RGB (Red+Green+Blue) = 247+95+92=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F5C is #08A0A3. Grayscale: #8C8C8C. Windows color (decimal): -565412 or 6053879. OLE color: 6053879.

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

Color convert

RGB 247 95 92 -
CMYK 0 0.62 0.63 0.03
HSL 1.16º 0.91% 0.66% -
HSV(B) 1.16º 0.63% 0.97% -
XYZ 44.38 28.73 13.33 -
YUV 140.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 247 95 92 0 0.62 0.63 0.03 1.16 0.91 0.66
Hex F7 5F 5C 0 3E 3F 3 1 5B 42
Octal 367 137 134 0 76 77 3 1 133 102
Binary 11110111 1011111 1011100 0 111110 111111 11 1 1011011 1000010

Color Harmonies of #F75F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F5C

Black with #F75F5C

Text Example


Text Example

White with #F75F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F5C; }

 p { color: rgb(247,95,92); }

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

background-color css

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

 a { background-color: rgb(247,95,92); }

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

border-color css

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

 span { border-color: rgb(247,95,92); }

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