Html Css Color HEX #F15564 Wild Watermelon

📋 copy color: '#F15564'

red 241 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #F15564

Tints of Wild Watermelon #F15564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 56.57%
G = 19.95%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F15564 (or 0xF15564) is known color: Wild Watermelon. HEX triplet: F1, 55 and 64. RGB value is (241,85,100). Sum of RGB (Red+Green+Blue) = 241+85+100=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F15564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15564 is #0EAA9B. Grayscale: #858585. Windows color (decimal): -961180 or 6575601. OLE color: 6575601.

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

Color convert

RGB 241 85 100 -
CMYK 0 0.65 0.59 0.05
HSL 354.23º 0.85% 0.64% -
HSV(B) 354.23º 0.65% 0.95% -
XYZ 41.82 26.12 14.89 -
YUV 133.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 241 85 100 0 0.65 0.59 0.05 354.23 0.85 0.64
Hex F1 55 64 0 41 3B 5 162 55 40
Octal 361 125 144 0 101 73 5 542 125 100
Binary 11110001 1010101 1100100 0 1000001 111011 101 101100010 1010101 1000000

Color Harmonies of #F15564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15564

Black with #F15564

Text Example


Text Example

White with #F15564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15564; }

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

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

background-color css

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

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

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

border-color css

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

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

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