Html Css Color HEX #F15872 Wild Watermelon

📋 copy color: '#F15872'

red 241 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #F15872

Tints of Wild Watermelon #F15872

RGB

 RED value IS 241 (94.53% from 255) = 54.4%

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 54.4%
G = 19.86%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F15872 (or 0xF15872) is known color: Wild Watermelon. HEX triplet: F1, 58 and 72. RGB value is (241,88,114). Sum of RGB (Red+Green+Blue) = 241+88+114=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F15872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15872 is #0EA78D. Grayscale: #888888. Windows color (decimal): -960398 or 7493873. OLE color: 7493873.

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

Color convert

RGB 241 88 114 -
CMYK 0 0.63 0.53 0.05
HSL 349.8º 0.85% 0.65% -
HSV(B) 349.8º 0.63% 0.95% -
XYZ 42.8 26.9 18.85 -
YUV 136.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 241 88 114 0 0.63 0.53 0.05 349.8 0.85 0.65
Hex F1 58 72 0 3F 35 5 15E 55 41
Octal 361 130 162 0 77 65 5 536 125 101
Binary 11110001 1011000 1110010 0 111111 110101 101 101011110 1010101 1000001

Color Harmonies of #F15872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15872

Black with #F15872

Text Example


Text Example

White with #F15872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15872; }

 p { color: rgb(241,88,114); }

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

background-color css

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

 a { background-color: rgb(241,88,114); }

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

border-color css

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

 span { border-color: rgb(241,88,114); }

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