Html Css Color HEX #FC4DB9 Brilliant Rose

📋 copy color: '#FC4DB9'

red 252 ◦ green 77 ◦ blue 185

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

Shades of Brilliant Rose #FC4DB9

Tints of Brilliant Rose #FC4DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.98%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 49.03%
G = 14.98%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC4DB9 (or 0xFC4DB9) is known color: Brilliant Rose. HEX triplet: FC, 4D and B9. RGB value is (252,77,185). Sum of RGB (Red+Green+Blue) = 252+77+185=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DB9 is #03B246. Grayscale: #8D8D8D. Windows color (decimal): -242247 or 12144124. OLE color: 12144124.

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

Color convert

RGB 252 77 185 -
CMYK 0 0.69 0.27 0.01
HSL 322.97º 0.97% 0.65% -
HSV(B) 322.97º 0.69% 0.99% -
XYZ 51.56 29.51 48.88 -
YUV 141.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 252 77 185 0 0.69 0.27 0.01 322.97 0.97 0.65
Hex FC 4D B9 0 45 1B 1 143 61 41
Octal 374 115 271 0 105 33 1 503 141 101
Binary 11111100 1001101 10111001 0 1000101 11011 1 101000011 1100001 1000001

Color Harmonies of #FC4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DB9

Black with #FC4DB9

Text Example


Text Example

White with #FC4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DB9; }

 p { color: rgb(252,77,185); }

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

background-color css

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

 a { background-color: rgb(252,77,185); }

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

border-color css

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

 span { border-color: rgb(252,77,185); }

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