Html Css Color HEX #F1506C Wild Watermelon

📋 copy color: '#F1506C'

red 241 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #F1506C

Tints of Wild Watermelon #F1506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 56.18%
G = 18.65%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1506C (or 0xF1506C) is known color: Wild Watermelon. HEX triplet: F1, 50 and 6C. RGB value is (241,80,108). Sum of RGB (Red+Green+Blue) = 241+80+108=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1506C is #0EAF93. Grayscale: #838383. Windows color (decimal): -962452 or 7098609. OLE color: 7098609.

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

Color convert

RGB 241 80 108 -
CMYK 0 0.67 0.55 0.05
HSL 349.57º 0.85% 0.63% -
HSV(B) 349.57º 0.67% 0.95% -
XYZ 41.85 25.52 16.91 -
YUV 131.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 241 80 108 0 0.67 0.55 0.05 349.57 0.85 0.63
Hex F1 50 6C 0 43 37 5 15E 55 3F
Octal 361 120 154 0 103 67 5 536 125 77
Binary 11110001 1010000 1101100 0 1000011 110111 101 101011110 1010101 111111

Color Harmonies of #F1506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1506C

Black with #F1506C

Text Example


Text Example

White with #F1506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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