#F1506B

Color #F1506B Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F1506B

Tints of Wild Watermelon #F1506B

Color information

#F1506B (or 0xF1506B) is unknown color: approx Wild Watermelon. HEX triplet: F1, 50 and 6B. RGB value is (241,80,107). Sum of RGB (Red+Green+Blue) = 241+80+107=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1506B is #0EAF94. Grayscale: #838383. Windows color (decimal): -962453 or 7033073. OLE color: 7033073.

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

Color convert

RGB24180107-
CMYK00.670.560.05
HSL349.94º85.19%62.94%-
HSV(B)349.94º66.8%94.51%-
XYZ41.825.516.63-
YUV131.22114.34206.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 107 (42.19% from 255) = 25%
R=56.31%
G=18.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418010700.670.560.05349.9485.1962.94
HexF1506B04338515e553f
Octal361120153010370553612577
Binary1111000110100001101011010000111110001011010111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1506B; }

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

 H1.HeaderClassName
 {
   color: #F1506B;
 }
 .AnyTagClassName
 {
   color: #F1506B;
 }
</style>
background-color css

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

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

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

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

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

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