Html Css Color HEX #F25359 Wild Watermelon

📋 copy color: '#F25359'

red 242 ◦ green 83 ◦ blue 89

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

Shades of Wild Watermelon #F25359

Tints of Wild Watermelon #F25359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 89 (35.16% from 255) = 21.5%

R = 58.45%
G = 20.05%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F25359 (or 0xF25359) is known color: Wild Watermelon. HEX triplet: F2, 53 and 59. RGB value is (242,83,89). Sum of RGB (Red+Green+Blue) = 242+83+89=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25359 is #0DACA6. Grayscale: #838383. Windows color (decimal): -896167 or 5854194. OLE color: 5854194.

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

Color convert

RGB 242 83 89 -
CMYK 0 0.66 0.63 0.05
HSL 357.74º 0.86% 0.64% -
HSV(B) 357.74º 0.66% 0.95% -
XYZ 41.51 25.79 12.24 -
YUV 131.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 242 83 89 0 0.66 0.63 0.05 357.74 0.86 0.64
Hex F2 53 59 0 42 3F 5 166 56 40
Octal 362 123 131 0 102 77 5 546 126 100
Binary 11110010 1010011 1011001 0 1000010 111111 101 101100110 1010110 1000000

Color Harmonies of #F25359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25359

Black with #F25359

Text Example


Text Example

White with #F25359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25359; }

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

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

background-color css

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

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

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

border-color css

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

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

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