Html Css Color HEX #FB30DB Razzle Dazzle Rose

📋 copy color: '#FB30DB'

red 251 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB30DB

Tints of Razzle Dazzle Rose #FB30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.27%

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

R = 48.46%
G = 9.27%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB30DB (or 0xFB30DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and DB. RGB value is (251,48,219). Sum of RGB (Red+Green+Blue) = 251+48+219=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30DB is #04CF24. Grayscale: #7F7F7F. Windows color (decimal): -315173 or 14364923. OLE color: 14364923.

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

Color convert

RGB 251 48 219 -
CMYK 0 0.81 0.13 0.02
HSL 309.46º 0.96% 0.59% -
HSV(B) 309.46º 0.81% 0.98% -
XYZ 53.63 27.74 69.55 -
YUV 128.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 251 48 219 0 0.81 0.13 0.02 309.46 0.96 0.59
Hex FB 30 DB 0 51 D 2 135 60 3B
Octal 373 60 333 0 121 15 2 465 140 73
Binary 11111011 110000 11011011 0 1010001 1101 10 100110101 1100000 111011

Color Harmonies of #FB30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB30DB

Black with #FB30DB

Text Example


Text Example

White with #FB30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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