Html Css Color HEX #F15C64 Wild Watermelon

📋 copy color: '#F15C64'

red 241 ◦ green 92 ◦ blue 100

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

Shades of Wild Watermelon #F15C64

Tints of Wild Watermelon #F15C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 55.66%
G = 21.25%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15C64 (or 0xF15C64) is known color: Wild Watermelon. HEX triplet: F1, 5C and 64. RGB value is (241,92,100). Sum of RGB (Red+Green+Blue) = 241+92+100=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C64 is #0EA39B. Grayscale: #898989. Windows color (decimal): -959388 or 6577393. OLE color: 6577393.

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

Color convert

RGB 241 92 100 -
CMYK 0 0.62 0.59 0.05
HSL 356.78º 0.84% 0.65% -
HSV(B) 356.78º 0.62% 0.95% -
XYZ 42.4 27.28 15.09 -
YUV 137.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 241 92 100 0 0.62 0.59 0.05 356.78 0.84 0.65
Hex F1 5C 64 0 3E 3B 5 165 54 41
Octal 361 134 144 0 76 73 5 545 124 101
Binary 11110001 1011100 1100100 0 111110 111011 101 101100101 1010100 1000001

Color Harmonies of #F15C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C64

Black with #F15C64

Text Example


Text Example

White with #F15C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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