Html Css Color HEX #FC4CDB Razzle Dazzle Rose

📋 copy color: '#FC4CDB'

red 252 ◦ green 76 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC4CDB

Tints of Razzle Dazzle Rose #FC4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.89%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 46.07%
G = 13.89%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC4CDB (or 0xFC4CDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4C and DB. RGB value is (252,76,219). Sum of RGB (Red+Green+Blue) = 252+76+219=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CDB is #03B324. Grayscale: #909090. Windows color (decimal): -242469 or 14372092. OLE color: 14372092.

HSL color Cylindrical-coordinate representation of color #FC4CDB: hue angle of 311.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CDB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 219 -
CMYK 0 0.70 0.13 0.01
HSL 311.25º 0.97% 0.64% -
HSV(B) 311.25º 0.7% 0.99% -
XYZ 55.52 30.98 70.07 -
YUV 144.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 252 76 219 0 0.70 0.13 0.01 311.25 0.97 0.64
Hex FC 4C DB 0 46 D 1 137 61 40
Octal 374 114 333 0 106 15 1 467 141 100
Binary 11111100 1001100 11011011 0 1000110 1101 1 100110111 1100001 1000000

Color Harmonies of #FC4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CDB

Black with #FC4CDB

Text Example


Text Example

White with #FC4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CDB; }

 p { color: rgb(252,76,219); }

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

background-color css

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

 a { background-color: rgb(252,76,219); }

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

border-color css

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

 span { border-color: rgb(252,76,219); }

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