Html Css Color HEX #FC527B Wild Watermelon

📋 copy color: '#FC527B'

red 252 ◦ green 82 ◦ blue 123

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

Shades of Wild Watermelon #FC527B

Tints of Wild Watermelon #FC527B

RGB

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

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

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

R = 55.14%
G = 17.94%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC527B (or 0xFC527B) is known color: Wild Watermelon. HEX triplet: FC, 52 and 7B. RGB value is (252,82,123). Sum of RGB (Red+Green+Blue) = 252+82+123=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC527B is #03AD84. Grayscale: #898989. Windows color (decimal): -241029 or 8082172. OLE color: 8082172.

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

Color convert

RGB 252 82 123 -
CMYK 0 0.67 0.51 0.01
HSL 345.53º 0.97% 0.65% -
HSV(B) 345.53º 0.67% 0.99% -
XYZ 46.74 28.16 21.71 -
YUV 137.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 252 82 123 0 0.67 0.51 0.01 345.53 0.97 0.65
Hex FC 52 7B 0 43 33 1 15A 61 41
Octal 374 122 173 0 103 63 1 532 141 101
Binary 11111100 1010010 1111011 0 1000011 110011 1 101011010 1100001 1000001

Color Harmonies of #FC527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC527B

Black with #FC527B

Text Example


Text Example

White with #FC527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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