Html Css Color HEX #FC507B Wild Watermelon

📋 copy color: '#FC507B'

red 252 ◦ green 80 ◦ blue 123

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

Shades of Wild Watermelon #FC507B

Tints of Wild Watermelon #FC507B

RGB

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

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

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

R = 55.38%
G = 17.58%
B = 27.03%

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

#FC507B (or 0xFC507B) is known color: Wild Watermelon. HEX triplet: FC, 50 and 7B. RGB value is (252,80,123). Sum of RGB (Red+Green+Blue) = 252+80+123=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC507B is #03AF84. Grayscale: #888888. Windows color (decimal): -241541 or 8081660. OLE color: 8081660.

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

Color convert

RGB 252 80 123 -
CMYK 0 0.68 0.51 0.01
HSL 345º 0.97% 0.65% -
HSV(B) 345º 0.68% 0.99% -
XYZ 46.59 27.86 21.66 -
YUV 136.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 252 80 123 0 0.68 0.51 0.01 345 0.97 0.65
Hex FC 50 7B 0 44 33 1 159 61 41
Octal 374 120 173 0 104 63 1 531 141 101
Binary 11111100 1010000 1111011 0 1000100 110011 1 101011001 1100001 1000001

Color Harmonies of #FC507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC507B

Black with #FC507B

Text Example


Text Example

White with #FC507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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