Html Css Color HEX #F15372 Wild Watermelon

📋 copy color: '#F15372'

red 241 ◦ green 83 ◦ blue 114

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

Shades of Wild Watermelon #F15372

Tints of Wild Watermelon #F15372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

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

R = 55.02%
G = 18.95%
B = 26.03%

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

#F15372 (or 0xF15372) is known color: Wild Watermelon. HEX triplet: F1, 53 and 72. RGB value is (241,83,114). Sum of RGB (Red+Green+Blue) = 241+83+114=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15372 is #0EAC8D. Grayscale: #858585. Windows color (decimal): -961678 or 7492593. OLE color: 7492593.

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

Color convert

RGB 241 83 114 -
CMYK 0 0.66 0.53 0.05
HSL 348.23º 0.85% 0.64% -
HSV(B) 348.23º 0.66% 0.95% -
XYZ 42.41 26.1 18.72 -
YUV 133.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 241 83 114 0 0.66 0.53 0.05 348.23 0.85 0.64
Hex F1 53 72 0 42 35 5 15C 55 40
Octal 361 123 162 0 102 65 5 534 125 100
Binary 11110001 1010011 1110010 0 1000010 110101 101 101011100 1010101 1000000

Color Harmonies of #F15372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15372

Black with #F15372

Text Example


Text Example

White with #F15372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15372; }

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

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

background-color css

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

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

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

border-color css

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

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

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