Html Css Color HEX #FC4DCB Razzle Dazzle Rose

📋 copy color: '#FC4DCB'

red 252 ◦ green 77 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC4DCB

Tints of Razzle Dazzle Rose #FC4DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 47.37%
G = 14.47%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC4DCB (or 0xFC4DCB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and CB. RGB value is (252,77,203). Sum of RGB (Red+Green+Blue) = 252+77+203=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DCB is #03B234. Grayscale: #8F8F8F. Windows color (decimal): -242229 or 13323772. OLE color: 13323772.

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

Color convert

RGB 252 77 203 -
CMYK 0 0.69 0.19 0.01
HSL 316.8º 0.97% 0.65% -
HSV(B) 316.8º 0.69% 0.99% -
XYZ 53.58 30.32 59.53 -
YUV 143.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 252 77 203 0 0.69 0.19 0.01 316.8 0.97 0.65
Hex FC 4D CB 0 45 13 1 13D 61 41
Octal 374 115 313 0 105 23 1 475 141 101
Binary 11111100 1001101 11001011 0 1000101 10011 1 100111101 1100001 1000001

Color Harmonies of #FC4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DCB

Black with #FC4DCB

Text Example


Text Example

White with #FC4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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