#FC4B6A

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

Shades of Wild Watermelon #FC4B6A

Tints of Wild Watermelon #FC4B6A

Color information

#FC4B6A (or 0xFC4B6A) is unknown color: approx Wild Watermelon. HEX triplet: FC, 4B and 6A. RGB value is (252,75,106). Sum of RGB (Red+Green+Blue) = 252+75+106=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B6A is #03B495. Grayscale: #838383. Windows color (decimal): -242838 or 6966268. OLE color: 6966268.

HSL color Cylindrical-coordinate representation of color #FC4B6A: hue angle of 349.49º 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 #FC4B6A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25275106-
CMYK00.700.580.01
HSL349.49º96.72%64.12%-
HSV(B)349.49º70.24%98.82%-
XYZ45.2626.7716.42-
YUV131.46113.64213.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=58.20%
G=17.32%
B=24.48%

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
Decimal2527510600.700.580.01349.4996.7264.12
HexFC4B6A0463A115d6140
Octal3741131520106721535141100
Binary111111001001011110101001000110111010110101110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4B6A; }

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

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

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

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

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

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

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

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