Html Css Color HEX #F25965 Wild Watermelon

📋 copy color: '#F25965'

red 242 ◦ green 89 ◦ blue 101

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

Shades of Wild Watermelon #F25965

Tints of Wild Watermelon #F25965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 56.02%
G = 20.6%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25965 (or 0xF25965) is known color: Wild Watermelon. HEX triplet: F2, 59 and 65. RGB value is (242,89,101). Sum of RGB (Red+Green+Blue) = 242+89+101=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F25965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25965 is #0DA69A. Grayscale: #888888. Windows color (decimal): -894619 or 6642162. OLE color: 6642162.

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

Color convert

RGB 242 89 101 -
CMYK 0 0.63 0.58 0.05
HSL 355.29º 0.85% 0.65% -
HSV(B) 355.29º 0.63% 0.95% -
XYZ 42.54 26.96 15.27 -
YUV 136.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 242 89 101 0 0.63 0.58 0.05 355.29 0.85 0.65
Hex F2 59 65 0 3F 3A 5 163 55 41
Octal 362 131 145 0 77 72 5 543 125 101
Binary 11110010 1011001 1100101 0 111111 111010 101 101100011 1010101 1000001

Color Harmonies of #F25965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25965

Black with #F25965

Text Example


Text Example

White with #F25965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25965; }

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

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

background-color css

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

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

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

border-color css

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

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

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