Html Css Color HEX #F25758 Wild Watermelon

📋 copy color: '#F25758'

red 242 ◦ green 87 ◦ blue 88

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

Shades of Wild Watermelon #F25758

Tints of Wild Watermelon #F25758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 58.03%
G = 20.86%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F25758 (or 0xF25758) is known color: Wild Watermelon. HEX triplet: F2, 57 and 58. RGB value is (242,87,88). Sum of RGB (Red+Green+Blue) = 242+87+88=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F25758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25758 is #0DA8A7. Grayscale: #858585. Windows color (decimal): -895144 or 5789682. OLE color: 5789682.

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

Color convert

RGB 242 87 88 -
CMYK 0 0.64 0.64 0.05
HSL 359.61º 0.86% 0.65% -
HSV(B) 359.61º 0.64% 0.95% -
XYZ 41.79 26.4 12.13 -
YUV 133.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 242 87 88 0 0.64 0.64 0.05 359.61 0.86 0.65
Hex F2 57 58 0 40 40 5 168 56 41
Octal 362 127 130 0 100 100 5 550 126 101
Binary 11110010 1010111 1011000 0 1000000 1000000 101 101101000 1010110 1000001

Color Harmonies of #F25758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25758

Black with #F25758

Text Example


Text Example

White with #F25758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25758; }

 p { color: rgb(242,87,88); }

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

background-color css

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

 a { background-color: rgb(242,87,88); }

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

border-color css

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

 span { border-color: rgb(242,87,88); }

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