Html Css Color HEX #F15C71 Wild Watermelon

📋 copy color: '#F15C71'

red 241 ◦ green 92 ◦ blue 113

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

Shades of Wild Watermelon #F15C71

Tints of Wild Watermelon #F15C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 54.04%
G = 20.63%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F15C71 (or 0xF15C71) is known color: Wild Watermelon. HEX triplet: F1, 5C and 71. RGB value is (241,92,113). Sum of RGB (Red+Green+Blue) = 241+92+113=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C71 is #0EA38E. Grayscale: #8B8B8B. Windows color (decimal): -959375 or 7429361. OLE color: 7429361.

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

Color convert

RGB 241 92 113 -
CMYK 0 0.62 0.53 0.05
HSL 351.54º 0.84% 0.65% -
HSV(B) 351.54º 0.62% 0.95% -
XYZ 43.08 27.55 18.67 -
YUV 138.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 241 92 113 0 0.62 0.53 0.05 351.54 0.84 0.65
Hex F1 5C 71 0 3E 35 5 160 54 41
Octal 361 134 161 0 76 65 5 540 124 101
Binary 11110001 1011100 1110001 0 111110 110101 101 101100000 1010100 1000001

Color Harmonies of #F15C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C71

Black with #F15C71

Text Example


Text Example

White with #F15C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C71; }

 p { color: rgb(241,92,113); }

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

background-color css

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

 a { background-color: rgb(241,92,113); }

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

border-color css

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

 span { border-color: rgb(241,92,113); }

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