Html Css Color HEX #FC34DB Razzle Dazzle Rose

📋 copy color: '#FC34DB'

red 252 ◦ green 52 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC34DB

Tints of Razzle Dazzle Rose #FC34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.94%

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

R = 48.18%
G = 9.94%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC34DB (or 0xFC34DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and DB. RGB value is (252,52,219). Sum of RGB (Red+Green+Blue) = 252+52+219=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34DB is #03CB24. Grayscale: #828282. Windows color (decimal): -248613 or 14365948. OLE color: 14365948.

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

Color convert

RGB 252 52 219 -
CMYK 0 0.79 0.13 0.01
HSL 309.9º 0.97% 0.6% -
HSV(B) 309.9º 0.79% 0.99% -
XYZ 54.16 28.27 69.62 -
YUV 130.84 177.76 214.42 -
System Red Green Blue C M Y K H S L
Decimal 252 52 219 0 0.79 0.13 0.01 309.9 0.97 0.6
Hex FC 34 DB 0 4F D 1 136 61 3C
Octal 374 64 333 0 117 15 1 466 141 74
Binary 11111100 110100 11011011 0 1001111 1101 1 100110110 1100001 111100

Color Harmonies of #FC34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34DB

Black with #FC34DB

Text Example


Text Example

White with #FC34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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