Html Css Color HEX #FC505F Wild Watermelon

📋 copy color: '#FC505F'

red 252 ◦ green 80 ◦ blue 95

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

Shades of Wild Watermelon #FC505F

Tints of Wild Watermelon #FC505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 59.02%
G = 18.74%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC505F (or 0xFC505F) is known color: Wild Watermelon. HEX triplet: FC, 50 and 5F. RGB value is (252,80,95). Sum of RGB (Red+Green+Blue) = 252+80+95=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC505F is #03AFA0. Grayscale: #858585. Windows color (decimal): -241569 or 6246652. OLE color: 6246652.

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

Color convert

RGB 252 80 95 -
CMYK 0 0.68 0.62 0.01
HSL 354.77º 0.97% 0.65% -
HSV(B) 354.77º 0.68% 0.99% -
XYZ 45.08 27.26 13.71 -
YUV 133.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 252 80 95 0 0.68 0.62 0.01 354.77 0.97 0.65
Hex FC 50 5F 0 44 3E 1 163 61 41
Octal 374 120 137 0 104 76 1 543 141 101
Binary 11111100 1010000 1011111 0 1000100 111110 1 101100011 1100001 1000001

Color Harmonies of #FC505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC505F

Black with #FC505F

Text Example


Text Example

White with #FC505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC505F; }

 p { color: rgb(252,80,95); }

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

background-color css

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

 a { background-color: rgb(252,80,95); }

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

border-color css

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

 span { border-color: rgb(252,80,95); }

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