#F95F6A

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

Shades of Wild Watermelon #F95F6A

Tints of Wild Watermelon #F95F6A

Color information

#F95F6A (or 0xF95F6A) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5F and 6A. RGB value is (249,95,106). Sum of RGB (Red+Green+Blue) = 249+95+106=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F6A is #06A095. Grayscale: #8E8E8E. Windows color (decimal): -434326 or 6971385. OLE color: 6971385.

HSL color Cylindrical-coordinate representation of color #F95F6A: hue angle of 355.71º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95F6A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB24995106-
CMYK00.620.570.02
HSL355.71º92.77%67.45%-
HSV(B)355.71º61.85%97.65%-
XYZ45.7629.3616.89-
YUV142.3107.52204.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=55.33%
G=21.11%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499510600.620.570.02355.7192.7767.45
HexF95F6A03E3921645d43
Octal371137152076712544135103
Binary111110011011111110101001111101110011010110010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95F6A; }

 p { color: rgb(249,95,106); }

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

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

 a { background-color: rgb(249,95,106); }

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

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

 span { border-color: rgb(249,95,106); }

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