Html Css Color HEX #FC29DB Razzle Dazzle Rose

📋 copy color: '#FC29DB'

red 252 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC29DB

Tints of Razzle Dazzle Rose #FC29DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.01%

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

R = 49.22%
G = 8.01%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC29DB (or 0xFC29DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 29 and DB. RGB value is (252,41,219). Sum of RGB (Red+Green+Blue) = 252+41+219=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC29DB is #03D624. Grayscale: #7B7B7B. Windows color (decimal): -251429 or 14363132. OLE color: 14363132.

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

Color convert

RGB 252 41 219 -
CMYK 0 0.84 0.13 0.01
HSL 309.38º 0.97% 0.57% -
HSV(B) 309.38º 0.84% 0.99% -
XYZ 53.72 27.4 69.47 -
YUV 124.38 181.4 219.03 -
System Red Green Blue C M Y K H S L
Decimal 252 41 219 0 0.84 0.13 0.01 309.38 0.97 0.57
Hex FC 29 DB 0 54 D 1 135 61 39
Octal 374 51 333 0 124 15 1 465 141 71
Binary 11111100 101001 11011011 0 1010100 1101 1 100110101 1100001 111001

Color Harmonies of #FC29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29DB

Black with #FC29DB

Text Example


Text Example

White with #FC29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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