Html Css Color HEX #FC4DB6 Brilliant Rose

📋 copy color: '#FC4DB6'

red 252 ◦ green 77 ◦ blue 182

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

Shades of Brilliant Rose #FC4DB6

Tints of Brilliant Rose #FC4DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 49.32%
G = 15.07%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC4DB6 (or 0xFC4DB6) is known color: Brilliant Rose. HEX triplet: FC, 4D and B6. RGB value is (252,77,182). Sum of RGB (Red+Green+Blue) = 252+77+182=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DB6 is #03B249. Grayscale: #8D8D8D. Windows color (decimal): -242250 or 11947516. OLE color: 11947516.

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

Color convert

RGB 252 77 182 -
CMYK 0 0.69 0.28 0.01
HSL 324º 0.97% 0.65% -
HSV(B) 324º 0.69% 0.99% -
XYZ 51.24 29.38 47.23 -
YUV 141.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 252 77 182 0 0.69 0.28 0.01 324 0.97 0.65
Hex FC 4D B6 0 45 1C 1 144 61 41
Octal 374 115 266 0 105 34 1 504 141 101
Binary 11111100 1001101 10110110 0 1000101 11100 1 101000100 1100001 1000001

Color Harmonies of #FC4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DB6

Black with #FC4DB6

Text Example


Text Example

White with #FC4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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