Html Css Color HEX #FC3CDB Razzle Dazzle Rose

📋 copy color: '#FC3CDB'

red 252 ◦ green 60 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC3CDB

Tints of Razzle Dazzle Rose #FC3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.3%

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

R = 47.46%
G = 11.3%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC3CDB (or 0xFC3CDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and DB. RGB value is (252,60,219). Sum of RGB (Red+Green+Blue) = 252+60+219=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CDB is #03C324. Grayscale: #878787. Windows color (decimal): -246565 or 14367996. OLE color: 14367996.

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

Color convert

RGB 252 60 219 -
CMYK 0 0.76 0.13 0.01
HSL 310.31º 0.97% 0.61% -
HSV(B) 310.31º 0.76% 0.99% -
XYZ 54.55 29.04 69.75 -
YUV 135.53 175.11 211.07 -
System Red Green Blue C M Y K H S L
Decimal 252 60 219 0 0.76 0.13 0.01 310.31 0.97 0.61
Hex FC 3C DB 0 4C D 1 136 61 3D
Octal 374 74 333 0 114 15 1 466 141 75
Binary 11111100 111100 11011011 0 1001100 1101 1 100110110 1100001 111101

Color Harmonies of #FC3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CDB

Black with #FC3CDB

Text Example


Text Example

White with #FC3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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