#FC4B6B

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

Shades of Wild Watermelon #FC4B6B

Tints of Wild Watermelon #FC4B6B

Color information

#FC4B6B (or 0xFC4B6B) is unknown color: approx Wild Watermelon. HEX triplet: FC, 4B and 6B. RGB value is (252,75,107). Sum of RGB (Red+Green+Blue) = 252+75+107=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B6B is #03B494. Grayscale: #838383. Windows color (decimal): -242837 or 7031804. OLE color: 7031804.

HSL color Cylindrical-coordinate representation of color #FC4B6B: hue angle of 349.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4B6B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25275107-
CMYK00.700.580.01
HSL349.15º96.72%64.12%-
HSV(B)349.15º70.24%98.82%-
XYZ45.3126.7916.69-
YUV131.57114.14213.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.06%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 107 (42.19% from 255) = 24.65%
R=58.06%
G=17.28%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527510700.700.580.01349.1596.7264.12
HexFC4B6B0463A115d6140
Octal3741131530106721535141100
Binary111111001001011110101101000110111010110101110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4B6B; }

 p { color: rgb(252,75,107); }

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

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

 a { background-color: rgb(252,75,107); }

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

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

 span { border-color: rgb(252,75,107); }

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