Html Css Color HEX #FC4875 Wild Watermelon

📋 copy color: '#FC4875'

red 252 ◦ green 72 ◦ blue 117

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

Shades of Wild Watermelon #FC4875

Tints of Wild Watermelon #FC4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 57.14%
G = 16.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC4875 (or 0xFC4875) is known color: Wild Watermelon. HEX triplet: FC, 48 and 75. RGB value is (252,72,117). Sum of RGB (Red+Green+Blue) = 252+72+117=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4875 is #03B78A. Grayscale: #828282. Windows color (decimal): -243595 or 7686396. OLE color: 7686396.

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

Color convert

RGB 252 72 117 -
CMYK 0 0.71 0.54 0.01
HSL 345º 0.97% 0.64% -
HSV(B) 345º 0.71% 0.99% -
XYZ 45.67 26.61 19.56 -
YUV 130.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 252 72 117 0 0.71 0.54 0.01 345 0.97 0.64
Hex FC 48 75 0 47 36 1 159 61 40
Octal 374 110 165 0 107 66 1 531 141 100
Binary 11111100 1001000 1110101 0 1000111 110110 1 101011001 1100001 1000000

Color Harmonies of #FC4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4875

Black with #FC4875

Text Example


Text Example

White with #FC4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4875; }

 p { color: rgb(252,72,117); }

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

background-color css

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

 a { background-color: rgb(252,72,117); }

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

border-color css

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

 span { border-color: rgb(252,72,117); }

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