Html Css Color HEX #FC4DB7 Brilliant Rose

📋 copy color: '#FC4DB7'

red 252 ◦ green 77 ◦ blue 183

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

Shades of Brilliant Rose #FC4DB7

Tints of Brilliant Rose #FC4DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 49.22%
G = 15.04%
B = 35.74%

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

#FC4DB7 (or 0xFC4DB7) is known color: Brilliant Rose. HEX triplet: FC, 4D and B7. RGB value is (252,77,183). Sum of RGB (Red+Green+Blue) = 252+77+183=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DB7 is #03B248. Grayscale: #8D8D8D. Windows color (decimal): -242249 or 12013052. OLE color: 12013052.

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

Color convert

RGB 252 77 183 -
CMYK 0 0.69 0.27 0.01
HSL 323.66º 0.97% 0.65% -
HSV(B) 323.66º 0.69% 0.99% -
XYZ 51.35 29.42 47.77 -
YUV 141.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 252 77 183 0 0.69 0.27 0.01 323.66 0.97 0.65
Hex FC 4D B7 0 45 1B 1 144 61 41
Octal 374 115 267 0 105 33 1 504 141 101
Binary 11111100 1001101 10110111 0 1000101 11011 1 101000100 1100001 1000001

Color Harmonies of #FC4DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DB7

Black with #FC4DB7

Text Example


Text Example

White with #FC4DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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