Html Css Color HEX #F15369 Wild Watermelon

📋 copy color: '#F15369'

red 241 ◦ green 83 ◦ blue 105

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

Shades of Wild Watermelon #F15369

Tints of Wild Watermelon #F15369

RGB

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

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

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

R = 56.18%
G = 19.35%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F15369 (or 0xF15369) is known color: Wild Watermelon. HEX triplet: F1, 53 and 69. RGB value is (241,83,105). Sum of RGB (Red+Green+Blue) = 241+83+105=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F15369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15369 is #0EAC96. Grayscale: #848484. Windows color (decimal): -961687 or 6902769. OLE color: 6902769.

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

Color convert

RGB 241 83 105 -
CMYK 0 0.66 0.56 0.05
HSL 351.65º 0.85% 0.64% -
HSV(B) 351.65º 0.66% 0.95% -
XYZ 41.92 25.91 16.16 -
YUV 132.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 241 83 105 0 0.66 0.56 0.05 351.65 0.85 0.64
Hex F1 53 69 0 42 38 5 160 55 40
Octal 361 123 151 0 102 70 5 540 125 100
Binary 11110001 1010011 1101001 0 1000010 111000 101 101100000 1010101 1000000

Color Harmonies of #F15369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15369

Black with #F15369

Text Example


Text Example

White with #F15369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15369; }

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

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

background-color css

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

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

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

border-color css

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

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

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