Html Css Color HEX #F15874 Wild Watermelon

📋 copy color: '#F15874'

red 241 ◦ green 88 ◦ blue 116

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

Shades of Wild Watermelon #F15874

Tints of Wild Watermelon #F15874

RGB

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

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

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

R = 54.16%
G = 19.78%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F15874 (or 0xF15874) is known color: Wild Watermelon. HEX triplet: F1, 58 and 74. RGB value is (241,88,116). Sum of RGB (Red+Green+Blue) = 241+88+116=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F15874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15874 is #0EA78B. Grayscale: #888888. Windows color (decimal): -960396 or 7624945. OLE color: 7624945.

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

Color convert

RGB 241 88 116 -
CMYK 0 0.63 0.52 0.05
HSL 349.02º 0.85% 0.65% -
HSV(B) 349.02º 0.63% 0.95% -
XYZ 42.92 26.94 19.46 -
YUV 136.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 241 88 116 0 0.63 0.52 0.05 349.02 0.85 0.65
Hex F1 58 74 0 3F 34 5 15D 55 41
Octal 361 130 164 0 77 64 5 535 125 101
Binary 11110001 1011000 1110100 0 111111 110100 101 101011101 1010101 1000001

Color Harmonies of #F15874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15874

Black with #F15874

Text Example


Text Example

White with #F15874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15874; }

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

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

background-color css

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

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

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

border-color css

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

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

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