Html Css Color HEX #FB34DB Razzle Dazzle Rose

📋 copy color: '#FB34DB'

red 251 ◦ green 52 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB34DB

Tints of Razzle Dazzle Rose #FB34DB

RGB

 RED value IS 251 (98.44% from 255) = 48.08%

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

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

R = 48.08%
G = 9.96%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB34DB (or 0xFB34DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 34 and DB. RGB value is (251,52,219). Sum of RGB (Red+Green+Blue) = 251+52+219=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 52 (20.70% from 255 or 9.96% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB34DB is #04CB24. Grayscale: #828282. Windows color (decimal): -314149 or 14365947. OLE color: 14365947.

HSL color Cylindrical-coordinate representation of color #FB34DB: hue angle of 309.65º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB34DB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 52 219 -
CMYK 0 0.79 0.13 0.02
HSL 309.65º 0.96% 0.59% -
HSV(B) 309.65º 0.79% 0.98% -
XYZ 53.8 28.08 69.6 -
YUV 130.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 251 52 219 0 0.79 0.13 0.02 309.65 0.96 0.59
Hex FB 34 DB 0 4F D 2 136 60 3B
Octal 373 64 333 0 117 15 2 466 140 73
Binary 11111011 110100 11011011 0 1001111 1101 10 100110110 1100000 111011

Color Harmonies of #FB34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB34DB

Black with #FB34DB

Text Example


Text Example

White with #FB34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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