Html Css Color HEX #FC525D Wild Watermelon

📋 copy color: '#FC525D'

red 252 ◦ green 82 ◦ blue 93

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

Shades of Wild Watermelon #FC525D

Tints of Wild Watermelon #FC525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 59.02%
G = 19.2%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC525D (or 0xFC525D) is known color: Wild Watermelon. HEX triplet: FC, 52 and 5D. RGB value is (252,82,93). Sum of RGB (Red+Green+Blue) = 252+82+93=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC525D is #03ADA2. Grayscale: #868686. Windows color (decimal): -241059 or 6116092. OLE color: 6116092.

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

Color convert

RGB 252 82 93 -
CMYK 0 0.67 0.63 0.01
HSL 356.12º 0.97% 0.65% -
HSV(B) 356.12º 0.67% 0.99% -
XYZ 45.14 27.52 13.29 -
YUV 134.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 252 82 93 0 0.67 0.63 0.01 356.12 0.97 0.65
Hex FC 52 5D 0 43 3F 1 164 61 41
Octal 374 122 135 0 103 77 1 544 141 101
Binary 11111100 1010010 1011101 0 1000011 111111 1 101100100 1100001 1000001

Color Harmonies of #FC525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC525D

Black with #FC525D

Text Example


Text Example

White with #FC525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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