Html Css Color HEX #F25F59 Bittersweet

📋 copy color: '#F25F59'

red 242 ◦ green 95 ◦ blue 89

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

Shades of Bittersweet #F25F59

Tints of Bittersweet #F25F59

RGB

 RED value IS 242 (94.92% from 255) = 56.81%

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

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 56.81%
G = 22.3%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F25F59 (or 0xF25F59) is known color: Bittersweet. HEX triplet: F2, 5F and 59. RGB value is (242,95,89). Sum of RGB (Red+Green+Blue) = 242+95+89=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F59 is #0DA0A6. Grayscale: #8A8A8A. Windows color (decimal): -893095 or 5857266. OLE color: 5857266.

HSL color Cylindrical-coordinate representation of color #F25F59: hue angle of 2.35º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25F59 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 95 89 -
CMYK 0 0.61 0.63 0.05
HSL 2.35º 0.85% 0.65% -
HSV(B) 2.35º 0.63% 0.95% -
XYZ 42.51 27.78 12.57 -
YUV 138.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 242 95 89 0 0.61 0.63 0.05 2.35 0.85 0.65
Hex F2 5F 59 0 3D 3F 5 2 55 41
Octal 362 137 131 0 75 77 5 2 125 101
Binary 11110010 1011111 1011001 0 111101 111111 101 10 1010101 1000001

Color Harmonies of #F25F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F59

Black with #F25F59

Text Example


Text Example

White with #F25F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F59; }

 p { color: rgb(242,95,89); }

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

background-color css

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

 a { background-color: rgb(242,95,89); }

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

border-color css

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

 span { border-color: rgb(242,95,89); }

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