#F14F6A

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

Shades of Wild Watermelon #F14F6A

Tints of Wild Watermelon #F14F6A

Color information

#F14F6A (or 0xF14F6A) is unknown color: approx Wild Watermelon. HEX triplet: F1, 4F and 6A. RGB value is (241,79,106). Sum of RGB (Red+Green+Blue) = 241+79+106=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F6A is #0EB095. Grayscale: #828282. Windows color (decimal): -962710 or 6967281. OLE color: 6967281.

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

Color convert

RGB24179106-
CMYK00.670.560.05
HSL350º85.26%62.75%-
HSV(B)350º67.22%94.51%-
XYZ41.6725.3316.33-
YUV130.52114.17206.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.57%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=56.57%
G=18.54%
B=24.88%

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
Decimal2417910600.670.560.0535085.2662.75
HexF14F6A04338515e553f
Octal361117152010370553612577
Binary1111000110011111101010010000111110001011010111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F6A; }

 p { color: rgb(241,79,106); }

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

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

 a { background-color: rgb(241,79,106); }

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

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

 span { border-color: rgb(241,79,106); }

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