Html Css Color HEX #FC4D65 Wild Watermelon

📋 copy color: '#FC4D65'

red 252 ◦ green 77 ◦ blue 101

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

Shades of Wild Watermelon #FC4D65

Tints of Wild Watermelon #FC4D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 58.6%
G = 17.91%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4D65 (or 0xFC4D65) is known color: Wild Watermelon. HEX triplet: FC, 4D and 65. RGB value is (252,77,101). Sum of RGB (Red+Green+Blue) = 252+77+101=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D65 is #03B29A. Grayscale: #848484. Windows color (decimal): -242331 or 6639100. OLE color: 6639100.

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

Color convert

RGB 252 77 101 -
CMYK 0 0.69 0.60 0.01
HSL 351.77º 0.97% 0.65% -
HSV(B) 351.77º 0.69% 0.99% -
XYZ 45.15 26.94 15.13 -
YUV 132.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 252 77 101 0 0.69 0.60 0.01 351.77 0.97 0.65
Hex FC 4D 65 0 45 3C 1 160 61 41
Octal 374 115 145 0 105 74 1 540 141 101
Binary 11111100 1001101 1100101 0 1000101 111100 1 101100000 1100001 1000001

Color Harmonies of #FC4D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D65

Black with #FC4D65

Text Example


Text Example

White with #FC4D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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