Html Css Color HEX #F25964 Wild Watermelon

📋 copy color: '#F25964'

red 242 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #F25964

Tints of Wild Watermelon #F25964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 56.15%
G = 20.65%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25964 (or 0xF25964) is known color: Wild Watermelon. HEX triplet: F2, 59 and 64. RGB value is (242,89,100). Sum of RGB (Red+Green+Blue) = 242+89+100=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F25964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25964 is #0DA69B. Grayscale: #888888. Windows color (decimal): -894620 or 6576626. OLE color: 6576626.

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

Color convert

RGB 242 89 100 -
CMYK 0 0.63 0.59 0.05
HSL 355.69º 0.85% 0.65% -
HSV(B) 355.69º 0.63% 0.95% -
XYZ 42.49 26.94 15.02 -
YUV 136 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 242 89 100 0 0.63 0.59 0.05 355.69 0.85 0.65
Hex F2 59 64 0 3F 3B 5 164 55 41
Octal 362 131 144 0 77 73 5 544 125 101
Binary 11110010 1011001 1100100 0 111111 111011 101 101100100 1010101 1000001

Color Harmonies of #F25964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25964

Black with #F25964

Text Example


Text Example

White with #F25964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25964; }

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

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

background-color css

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

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

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

border-color css

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

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

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