Html Css Color HEX #F15569 Wild Watermelon

📋 copy color: '#F15569'

red 241 ◦ green 85 ◦ blue 105

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

Shades of Wild Watermelon #F15569

Tints of Wild Watermelon #F15569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 55.92%
G = 19.72%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F15569 (or 0xF15569) is known color: Wild Watermelon. HEX triplet: F1, 55 and 69. RGB value is (241,85,105). Sum of RGB (Red+Green+Blue) = 241+85+105=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F15569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15569 is #0EAA96. Grayscale: #868686. Windows color (decimal): -961175 or 6903281. OLE color: 6903281.

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

Color convert

RGB 241 85 105 -
CMYK 0 0.65 0.56 0.05
HSL 352.31º 0.85% 0.64% -
HSV(B) 352.31º 0.65% 0.95% -
XYZ 42.07 26.22 16.21 -
YUV 133.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 241 85 105 0 0.65 0.56 0.05 352.31 0.85 0.64
Hex F1 55 69 0 41 38 5 160 55 40
Octal 361 125 151 0 101 70 5 540 125 100
Binary 11110001 1010101 1101001 0 1000001 111000 101 101100000 1010101 1000000

Color Harmonies of #F15569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15569

Black with #F15569

Text Example


Text Example

White with #F15569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15569; }

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

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

background-color css

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

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

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

border-color css

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

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

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