Html Css Color HEX #F15271 Wild Watermelon

📋 copy color: '#F15271'

red 241 ◦ green 82 ◦ blue 113

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

Shades of Wild Watermelon #F15271

Tints of Wild Watermelon #F15271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

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

R = 55.28%
G = 18.81%
B = 25.92%

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

#F15271 (or 0xF15271) is known color: Wild Watermelon. HEX triplet: F1, 52 and 71. RGB value is (241,82,113). Sum of RGB (Red+Green+Blue) = 241+82+113=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F15271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15271 is #0EAD8E. Grayscale: #858585. Windows color (decimal): -961935 or 7426801. OLE color: 7426801.

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

Color convert

RGB 241 82 113 -
CMYK 0 0.66 0.53 0.05
HSL 348.3º 0.85% 0.63% -
HSV(B) 348.3º 0.66% 0.95% -
XYZ 42.27 25.93 18.4 -
YUV 133.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 241 82 113 0 0.66 0.53 0.05 348.3 0.85 0.63
Hex F1 52 71 0 42 35 5 15C 55 3F
Octal 361 122 161 0 102 65 5 534 125 77
Binary 11110001 1010010 1110001 0 1000010 110101 101 101011100 1010101 111111

Color Harmonies of #F15271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15271

Black with #F15271

Text Example


Text Example

White with #F15271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15271; }

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

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

background-color css

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

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

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

border-color css

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

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

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