Html Css Color HEX #F25774 Wild Watermelon

📋 copy color: '#F25774'

red 242 ◦ green 87 ◦ blue 116

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

Shades of Wild Watermelon #F25774

Tints of Wild Watermelon #F25774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.55%

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

R = 54.38%
G = 19.55%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25774 (or 0xF25774) is known color: Wild Watermelon. HEX triplet: F2, 57 and 74. RGB value is (242,87,116). Sum of RGB (Red+Green+Blue) = 242+87+116=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F25774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25774 is #0DA88B. Grayscale: #888888. Windows color (decimal): -895116 or 7624690. OLE color: 7624690.

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

Color convert

RGB 242 87 116 -
CMYK 0 0.64 0.52 0.05
HSL 348.77º 0.86% 0.65% -
HSV(B) 348.77º 0.64% 0.95% -
XYZ 43.18 26.95 19.45 -
YUV 136.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 242 87 116 0 0.64 0.52 0.05 348.77 0.86 0.65
Hex F2 57 74 0 40 34 5 15D 56 41
Octal 362 127 164 0 100 64 5 535 126 101
Binary 11110010 1010111 1110100 0 1000000 110100 101 101011101 1010110 1000001

Color Harmonies of #F25774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25774

Black with #F25774

Text Example


Text Example

White with #F25774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25774; }

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

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

background-color css

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

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

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

border-color css

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

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

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