Html Css Color HEX #FC5B7B Wild Watermelon

📋 copy color: '#FC5B7B'

red 252 ◦ green 91 ◦ blue 123

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

Shades of Wild Watermelon #FC5B7B

Tints of Wild Watermelon #FC5B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.53%

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

R = 54.08%
G = 19.53%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC5B7B (or 0xFC5B7B) is known color: Wild Watermelon. HEX triplet: FC, 5B and 7B. RGB value is (252,91,123). Sum of RGB (Red+Green+Blue) = 252+91+123=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B7B is #03A484. Grayscale: #8E8E8E. Windows color (decimal): -238725 or 8084476. OLE color: 8084476.

HSL color Cylindrical-coordinate representation of color #FC5B7B: hue angle of 348.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5B7B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 91 123 -
CMYK 0 0.64 0.51 0.01
HSL 348.07º 0.96% 0.67% -
HSV(B) 348.07º 0.64% 0.99% -
XYZ 47.46 29.61 21.95 -
YUV 142.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 252 91 123 0 0.64 0.51 0.01 348.07 0.96 0.67
Hex FC 5B 7B 0 40 33 1 15C 60 43
Octal 374 133 173 0 100 63 1 534 140 103
Binary 11111100 1011011 1111011 0 1000000 110011 1 101011100 1100000 1000011

Color Harmonies of #FC5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B7B

Black with #FC5B7B

Text Example


Text Example

White with #FC5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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