Html Css Color HEX #FC5465 Wild Watermelon

📋 copy color: '#FC5465'

red 252 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #FC5465

Tints of Wild Watermelon #FC5465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 57.67%
G = 19.22%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC5465 (or 0xFC5465) is known color: Wild Watermelon. HEX triplet: FC, 54 and 65. RGB value is (252,84,101). Sum of RGB (Red+Green+Blue) = 252+84+101=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5465 is #03AB9A. Grayscale: #888888. Windows color (decimal): -240539 or 6640892. OLE color: 6640892.

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

Color convert

RGB 252 84 101 -
CMYK 0 0.67 0.60 0.01
HSL 353.93º 0.97% 0.66% -
HSV(B) 353.93º 0.67% 0.99% -
XYZ 45.66 27.98 15.31 -
YUV 136.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 252 84 101 0 0.67 0.60 0.01 353.93 0.97 0.66
Hex FC 54 65 0 43 3C 1 162 61 42
Octal 374 124 145 0 103 74 1 542 141 102
Binary 11111100 1010100 1100101 0 1000011 111100 1 101100010 1100001 1000010

Color Harmonies of #FC5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5465

Black with #FC5465

Text Example


Text Example

White with #FC5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5465; }

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

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

background-color css

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

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

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

border-color css

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

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

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