Html Css Color HEX #F15474 Wild Watermelon

📋 copy color: '#F15474'

red 241 ◦ green 84 ◦ blue 116

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

Shades of Wild Watermelon #F15474

Tints of Wild Watermelon #F15474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

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

R = 54.65%
G = 19.05%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F15474 (or 0xF15474) is known color: Wild Watermelon. HEX triplet: F1, 54 and 74. RGB value is (241,84,116). Sum of RGB (Red+Green+Blue) = 241+84+116=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F15474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15474 is #0EAB8B. Grayscale: #868686. Windows color (decimal): -961420 or 7623921. OLE color: 7623921.

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

Color convert

RGB 241 84 116 -
CMYK 0 0.65 0.52 0.05
HSL 347.77º 0.85% 0.64% -
HSV(B) 347.77º 0.65% 0.95% -
XYZ 42.6 26.3 19.35 -
YUV 134.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 241 84 116 0 0.65 0.52 0.05 347.77 0.85 0.64
Hex F1 54 74 0 41 34 5 15C 55 40
Octal 361 124 164 0 101 64 5 534 125 100
Binary 11110001 1010100 1110100 0 1000001 110100 101 101011100 1010101 1000000

Color Harmonies of #F15474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15474

Black with #F15474

Text Example


Text Example

White with #F15474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15474; }

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

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

background-color css

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

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

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

border-color css

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

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

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