Html Css Color HEX #F25060 Wild Watermelon

📋 copy color: '#F25060'

red 242 ◦ green 80 ◦ blue 96

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

Shades of Wild Watermelon #F25060

Tints of Wild Watermelon #F25060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 57.89%
G = 19.14%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F25060 (or 0xF25060) is known color: Wild Watermelon. HEX triplet: F2, 50 and 60. RGB value is (242,80,96). Sum of RGB (Red+Green+Blue) = 242+80+96=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25060 is #0DAF9F. Grayscale: #828282. Windows color (decimal): -896928 or 6312178. OLE color: 6312178.

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

Color convert

RGB 242 80 96 -
CMYK 0 0.67 0.60 0.05
HSL 354.07º 0.86% 0.63% -
HSV(B) 354.07º 0.67% 0.95% -
XYZ 41.6 25.46 13.79 -
YUV 130.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 242 80 96 0 0.67 0.60 0.05 354.07 0.86 0.63
Hex F2 50 60 0 43 3C 5 162 56 3F
Octal 362 120 140 0 103 74 5 542 126 77
Binary 11110010 1010000 1100000 0 1000011 111100 101 101100010 1010110 111111

Color Harmonies of #F25060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25060

Black with #F25060

Text Example


Text Example

White with #F25060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25060; }

 p { color: rgb(242,80,96); }

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

background-color css

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

 a { background-color: rgb(242,80,96); }

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

border-color css

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

 span { border-color: rgb(242,80,96); }

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