Html Css Color HEX #FC5281 Wild Watermelon

📋 copy color: '#FC5281'

red 252 ◦ green 82 ◦ blue 129

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

Shades of Wild Watermelon #FC5281

Tints of Wild Watermelon #FC5281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 54.43%
G = 17.71%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC5281 (or 0xFC5281) is known color: Wild Watermelon. HEX triplet: FC, 52 and 81. RGB value is (252,82,129). Sum of RGB (Red+Green+Blue) = 252+82+129=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5281 is #03AD7E. Grayscale: #8A8A8A. Windows color (decimal): -241023 or 8475388. OLE color: 8475388.

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

Color convert

RGB 252 82 129 -
CMYK 0 0.67 0.49 0.01
HSL 343.41º 0.97% 0.65% -
HSV(B) 343.41º 0.67% 0.99% -
XYZ 47.12 28.32 23.75 -
YUV 138.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 252 82 129 0 0.67 0.49 0.01 343.41 0.97 0.65
Hex FC 52 81 0 43 31 1 157 61 41
Octal 374 122 201 0 103 61 1 527 141 101
Binary 11111100 1010010 10000001 0 1000011 110001 1 101010111 1100001 1000001

Color Harmonies of #FC5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5281

Black with #FC5281

Text Example


Text Example

White with #FC5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5281; }

 p { color: rgb(252,82,129); }

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

background-color css

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

 a { background-color: rgb(252,82,129); }

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

border-color css

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

 span { border-color: rgb(252,82,129); }

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