Html Css Color HEX #FC21DB Razzle Dazzle Rose

📋 copy color: '#FC21DB'

red 252 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC21DB

Tints of Razzle Dazzle Rose #FC21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.55%

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

R = 50%
G = 6.55%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC21DB (or 0xFC21DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and DB. RGB value is (252,33,219). Sum of RGB (Red+Green+Blue) = 252+33+219=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21DB is #03DE24. Grayscale: #777777. Windows color (decimal): -253477 or 14361084. OLE color: 14361084.

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

Color convert

RGB 252 33 219 -
CMYK 0 0.87 0.13 0.01
HSL 309.04º 0.97% 0.56% -
HSV(B) 309.04º 0.87% 0.99% -
XYZ 53.47 26.9 69.39 -
YUV 119.69 184.05 222.38 -
System Red Green Blue C M Y K H S L
Decimal 252 33 219 0 0.87 0.13 0.01 309.04 0.97 0.56
Hex FC 21 DB 0 57 D 1 135 61 38
Octal 374 41 333 0 127 15 1 465 141 70
Binary 11111100 100001 11011011 0 1010111 1101 1 100110101 1100001 111000

Color Harmonies of #FC21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21DB

Black with #FC21DB

Text Example


Text Example

White with #FC21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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