Html Css Color HEX #F15968 Wild Watermelon

📋 copy color: '#F15968'

red 241 ◦ green 89 ◦ blue 104

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

Shades of Wild Watermelon #F15968

Tints of Wild Watermelon #F15968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 55.53%
G = 20.51%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F15968 (or 0xF15968) is known color: Wild Watermelon. HEX triplet: F1, 59 and 68. RGB value is (241,89,104). Sum of RGB (Red+Green+Blue) = 241+89+104=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F15968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15968 is #0EA697. Grayscale: #888888. Windows color (decimal): -960152 or 6838769. OLE color: 6838769.

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

Color convert

RGB 241 89 104 -
CMYK 0 0.63 0.57 0.05
HSL 354.08º 0.84% 0.65% -
HSV(B) 354.08º 0.63% 0.95% -
XYZ 42.35 26.85 16.05 -
YUV 136.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 241 89 104 0 0.63 0.57 0.05 354.08 0.84 0.65
Hex F1 59 68 0 3F 39 5 162 54 41
Octal 361 131 150 0 77 71 5 542 124 101
Binary 11110001 1011001 1101000 0 111111 111001 101 101100010 1010100 1000001

Color Harmonies of #F15968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15968

Black with #F15968

Text Example


Text Example

White with #F15968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15968; }

 p { color: rgb(241,89,104); }

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

background-color css

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

 a { background-color: rgb(241,89,104); }

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

border-color css

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

 span { border-color: rgb(241,89,104); }

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