Html Css Color HEX #F25960 Wild Watermelon

📋 copy color: '#F25960'

red 242 ◦ green 89 ◦ blue 96

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

Shades of Wild Watermelon #F25960

Tints of Wild Watermelon #F25960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.84%

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

R = 56.67%
G = 20.84%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F25960 (or 0xF25960) is known color: Wild Watermelon. HEX triplet: F2, 59 and 60. RGB value is (242,89,96). Sum of RGB (Red+Green+Blue) = 242+89+96=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25960 is #0DA69F. Grayscale: #878787. Windows color (decimal): -894624 or 6314482. OLE color: 6314482.

HSL color Cylindrical-coordinate representation of color #F25960: hue angle of 357.25º 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 #F25960 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 96 -
CMYK 0 0.63 0.60 0.05
HSL 357.25º 0.85% 0.65% -
HSV(B) 357.25º 0.63% 0.95% -
XYZ 42.3 26.87 14.02 -
YUV 135.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 242 89 96 0 0.63 0.60 0.05 357.25 0.85 0.65
Hex F2 59 60 0 3F 3C 5 165 55 41
Octal 362 131 140 0 77 74 5 545 125 101
Binary 11110010 1011001 1100000 0 111111 111100 101 101100101 1010101 1000001

Color Harmonies of #F25960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25960

Black with #F25960

Text Example


Text Example

White with #F25960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25960; }

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

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

background-color css

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

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

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

border-color css

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

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

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