Html Css Color HEX #F25372 Wild Watermelon

📋 copy color: '#F25372'

red 242 ◦ green 83 ◦ blue 114

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

Shades of Wild Watermelon #F25372

Tints of Wild Watermelon #F25372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.97%

R = 55.13%
G = 18.91%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F25372 (or 0xF25372) is known color: Wild Watermelon. HEX triplet: F2, 53 and 72. RGB value is (242,83,114). Sum of RGB (Red+Green+Blue) = 242+83+114=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25372 is #0DAC8D. Grayscale: #868686. Windows color (decimal): -896142 or 7492594. OLE color: 7492594.

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

Color convert

RGB 242 83 114 -
CMYK 0 0.66 0.53 0.05
HSL 348.3º 0.86% 0.64% -
HSV(B) 348.3º 0.66% 0.95% -
XYZ 42.75 26.28 18.74 -
YUV 134.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 242 83 114 0 0.66 0.53 0.05 348.3 0.86 0.64
Hex F2 53 72 0 42 35 5 15C 56 40
Octal 362 123 162 0 102 65 5 534 126 100
Binary 11110010 1010011 1110010 0 1000010 110101 101 101011100 1010110 1000000

Color Harmonies of #F25372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25372

Black with #F25372

Text Example


Text Example

White with #F25372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25372; }

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

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

background-color css

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

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

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

border-color css

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

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

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