Html Css Color HEX #F25574 Wild Watermelon

📋 copy color: '#F25574'

red 242 ◦ green 85 ◦ blue 116

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

Shades of Wild Watermelon #F25574

Tints of Wild Watermelon #F25574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 54.63%
G = 19.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25574 (or 0xF25574) is known color: Wild Watermelon. HEX triplet: F2, 55 and 74. RGB value is (242,85,116). Sum of RGB (Red+Green+Blue) = 242+85+116=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F25574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25574 is #0DAA8B. Grayscale: #878787. Windows color (decimal): -895628 or 7624178. OLE color: 7624178.

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

Color convert

RGB 242 85 116 -
CMYK 0 0.65 0.52 0.05
HSL 348.15º 0.86% 0.64% -
HSV(B) 348.15º 0.65% 0.95% -
XYZ 43.02 26.64 19.4 -
YUV 135.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 242 85 116 0 0.65 0.52 0.05 348.15 0.86 0.64
Hex F2 55 74 0 41 34 5 15C 56 40
Octal 362 125 164 0 101 64 5 534 126 100
Binary 11110010 1010101 1110100 0 1000001 110100 101 101011100 1010110 1000000

Color Harmonies of #F25574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25574

Black with #F25574

Text Example


Text Example

White with #F25574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25574; }

 p { color: rgb(242,85,116); }

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

background-color css

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

 a { background-color: rgb(242,85,116); }

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

border-color css

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

 span { border-color: rgb(242,85,116); }

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