#F95A7A

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

Shades of Wild Watermelon #F95A7A

Tints of Wild Watermelon #F95A7A

Color information

#F95A7A (or 0xF95A7A) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5A and 7A. RGB value is (249,90,122). Sum of RGB (Red+Green+Blue) = 249+90+122=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A7A is #06A585. Grayscale: #8D8D8D. Windows color (decimal): -435590 or 8018681. OLE color: 8018681.

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

Color convert

RGB24990122-
CMYK00.640.510.02
HSL347.92º92.98%66.47%-
HSV(B)347.92º63.86%97.65%-
XYZ46.2428.8621.55-
YUV141.19117.18204.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.01%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=54.01%
G=19.52%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499012200.640.510.02347.9292.9866.47
HexF95A7A04033215c5d42
Octal3711321720100632534135102
Binary1111100110110101111010010000001100111010101110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95A7A; }

 p { color: rgb(249,90,122); }

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

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

 a { background-color: rgb(249,90,122); }

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

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

 span { border-color: rgb(249,90,122); }

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