Html Css Color HEX #FC5468 Wild Watermelon

📋 copy color: '#FC5468'

red 252 ◦ green 84 ◦ blue 104

#FC5468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FC5468

Tints of Wild Watermelon #FC5468

RGB

 RED value IS 252 (98.83% from 255) = 57.27%

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 57.27%
G = 19.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC5468 (or 0xFC5468) is known color: Wild Watermelon. HEX triplet: FC, 54 and 68. RGB value is (252,84,104). Sum of RGB (Red+Green+Blue) = 252+84+104=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5468 is #03AB97. Grayscale: #888888. Windows color (decimal): -240536 or 6837500. OLE color: 6837500.

HSL color Cylindrical-coordinate representation of color #FC5468: hue angle of 352.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5468 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 84 104 -
CMYK 0 0.67 0.59 0.01
HSL 352.86º 0.97% 0.66% -
HSV(B) 352.86º 0.67% 0.99% -
XYZ 45.81 28.04 16.09 -
YUV 136.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 252 84 104 0 0.67 0.59 0.01 352.86 0.97 0.66
Hex FC 54 68 0 43 3B 1 161 61 42
Octal 374 124 150 0 103 73 1 541 141 102
Binary 11111100 1010100 1101000 0 1000011 111011 1 101100001 1100001 1000010

Color Harmonies of #FC5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5468

Black with #FC5468

Text Example


Text Example

White with #FC5468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5468; }

 p { color: rgb(252,84,104); }

 H1.HeaderClassName
 {
   color: #FC5468;
 }
 .AnyTagClassName
 {
   color: #FC5468;
 }
</style>

background-color css

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

 a { background-color: rgb(252,84,104); }

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

border-color css

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

 span { border-color: rgb(252,84,104); }

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