Html Css Color HEX #F25374 Wild Watermelon

📋 copy color: '#F25374'

red 242 ◦ green 83 ◦ blue 116

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

Shades of Wild Watermelon #F25374

Tints of Wild Watermelon #F25374

RGB

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

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

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

R = 54.88%
G = 18.82%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25374 (or 0xF25374) is known color: Wild Watermelon. HEX triplet: F2, 53 and 74. RGB value is (242,83,116). Sum of RGB (Red+Green+Blue) = 242+83+116=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F25374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25374 is #0DAC8B. Grayscale: #868686. Windows color (decimal): -896140 or 7623666. OLE color: 7623666.

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

Color convert

RGB 242 83 116 -
CMYK 0 0.66 0.52 0.05
HSL 347.55º 0.86% 0.64% -
HSV(B) 347.55º 0.66% 0.95% -
XYZ 42.86 26.32 19.35 -
YUV 134.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 242 83 116 0 0.66 0.52 0.05 347.55 0.86 0.64
Hex F2 53 74 0 42 34 5 15C 56 40
Octal 362 123 164 0 102 64 5 534 126 100
Binary 11110010 1010011 1110100 0 1000010 110100 101 101011100 1010110 1000000

Color Harmonies of #F25374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25374

Black with #F25374

Text Example


Text Example

White with #F25374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25374; }

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

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

background-color css

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

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

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

border-color css

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

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

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