Html Css Color HEX #FC2BDB Razzle Dazzle Rose

📋 copy color: '#FC2BDB'

red 252 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC2BDB

Tints of Razzle Dazzle Rose #FC2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.37%

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

R = 49.03%
G = 8.37%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC2BDB (or 0xFC2BDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2B and DB. RGB value is (252,43,219). Sum of RGB (Red+Green+Blue) = 252+43+219=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 43 (17.19% from 255 or 8.37% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2BDB is #03D424. Grayscale: #7D7D7D. Windows color (decimal): -250917 or 14363644. OLE color: 14363644.

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

Color convert

RGB 252 43 219 -
CMYK 0 0.83 0.13 0.01
HSL 309.47º 0.97% 0.58% -
HSV(B) 309.47º 0.83% 0.99% -
XYZ 53.79 27.54 69.5 -
YUV 125.56 180.74 218.19 -
System Red Green Blue C M Y K H S L
Decimal 252 43 219 0 0.83 0.13 0.01 309.47 0.97 0.58
Hex FC 2B DB 0 53 D 1 135 61 3A
Octal 374 53 333 0 123 15 1 465 141 72
Binary 11111100 101011 11011011 0 1010011 1101 1 100110101 1100001 111010

Color Harmonies of #FC2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BDB

Black with #FC2BDB

Text Example


Text Example

White with #FC2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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