Html Css Color HEX #FC4DB0 Brilliant Rose

📋 copy color: '#FC4DB0'

red 252 ◦ green 77 ◦ blue 176

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

Shades of Brilliant Rose #FC4DB0

Tints of Brilliant Rose #FC4DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 49.9%
G = 15.25%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC4DB0 (or 0xFC4DB0) is known color: Brilliant Rose. HEX triplet: FC, 4D and B0. RGB value is (252,77,176). Sum of RGB (Red+Green+Blue) = 252+77+176=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DB0 is #03B24F. Grayscale: #8C8C8C. Windows color (decimal): -242256 or 11554300. OLE color: 11554300.

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

Color convert

RGB 252 77 176 -
CMYK 0 0.69 0.30 0.01
HSL 326.06º 0.97% 0.65% -
HSV(B) 326.06º 0.69% 0.99% -
XYZ 50.64 29.14 44.03 -
YUV 140.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 252 77 176 0 0.69 0.30 0.01 326.06 0.97 0.65
Hex FC 4D B0 0 45 1E 1 146 61 41
Octal 374 115 260 0 105 36 1 506 141 101
Binary 11111100 1001101 10110000 0 1000101 11110 1 101000110 1100001 1000001

Color Harmonies of #FC4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DB0

Black with #FC4DB0

Text Example


Text Example

White with #FC4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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