Html Css Color HEX #FC517B Wild Watermelon

📋 copy color: '#FC517B'

red 252 ◦ green 81 ◦ blue 123

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

Shades of Wild Watermelon #FC517B

Tints of Wild Watermelon #FC517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 55.26%
G = 17.76%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC517B (or 0xFC517B) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7B. RGB value is (252,81,123). Sum of RGB (Red+Green+Blue) = 252+81+123=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517B is #03AE84. Grayscale: #888888. Windows color (decimal): -241285 or 8081916. OLE color: 8081916.

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

Color convert

RGB 252 81 123 -
CMYK 0 0.68 0.51 0.01
HSL 345.26º 0.97% 0.65% -
HSV(B) 345.26º 0.68% 0.99% -
XYZ 46.66 28.01 21.69 -
YUV 136.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 252 81 123 0 0.68 0.51 0.01 345.26 0.97 0.65
Hex FC 51 7B 0 44 33 1 159 61 41
Octal 374 121 173 0 104 63 1 531 141 101
Binary 11111100 1010001 1111011 0 1000100 110011 1 101011001 1100001 1000001

Color Harmonies of #FC517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC517B

Black with #FC517B

Text Example


Text Example

White with #FC517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC517B; }

 p { color: rgb(252,81,123); }

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

background-color css

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

 a { background-color: rgb(252,81,123); }

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

border-color css

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

 span { border-color: rgb(252,81,123); }

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