#FB5D6C

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

Shades of Wild Watermelon #FB5D6C

Tints of Wild Watermelon #FB5D6C

Color information

#FB5D6C (or 0xFB5D6C) is unknown color: approx Wild Watermelon. HEX triplet: FB, 5D and 6C. RGB value is (251,93,108). Sum of RGB (Red+Green+Blue) = 251+93+108=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D6C is #04A293. Grayscale: #8E8E8E. Windows color (decimal): -303764 or 7101947. OLE color: 7101947.

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

Color convert

RGB25193108-
CMYK00.630.570.02
HSL354.3º95.18%67.45%-
HSV(B)354.3º62.95%98.43%-
XYZ46.429.4217.42-
YUV141.95108.85205.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.53%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=55.53%
G=20.58%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519310800.630.570.02354.395.1867.45
HexFB5D6C03F3921625f43
Octal373135154077712542137103
Binary111110111011101110110001111111110011010110001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5D6C; }

 p { color: rgb(251,93,108); }

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

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

 a { background-color: rgb(251,93,108); }

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

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

 span { border-color: rgb(251,93,108); }

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