Html Css Color HEX #F15069 Wild Watermelon

📋 copy color: '#F15069'

red 241 ◦ green 80 ◦ blue 105

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

Shades of Wild Watermelon #F15069

Tints of Wild Watermelon #F15069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 56.57%
G = 18.78%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F15069 (or 0xF15069) is known color: Wild Watermelon. HEX triplet: F1, 50 and 69. RGB value is (241,80,105). Sum of RGB (Red+Green+Blue) = 241+80+105=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F15069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15069 is #0EAF96. Grayscale: #838383. Windows color (decimal): -962455 or 6902001. OLE color: 6902001.

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

Color convert

RGB 241 80 105 -
CMYK 0 0.67 0.56 0.05
HSL 350.68º 0.85% 0.63% -
HSV(B) 350.68º 0.67% 0.95% -
XYZ 41.69 25.46 16.08 -
YUV 130.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 241 80 105 0 0.67 0.56 0.05 350.68 0.85 0.63
Hex F1 50 69 0 43 38 5 15F 55 3F
Octal 361 120 151 0 103 70 5 537 125 77
Binary 11110001 1010000 1101001 0 1000011 111000 101 101011111 1010101 111111

Color Harmonies of #F15069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15069

Black with #F15069

Text Example


Text Example

White with #F15069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15069; }

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

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

background-color css

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

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

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

border-color css

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

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

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