Html Css Color HEX #FB38DB Razzle Dazzle Rose

📋 copy color: '#FB38DB'

red 251 ◦ green 56 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB38DB

Tints of Razzle Dazzle Rose #FB38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.65%

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

R = 47.72%
G = 10.65%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB38DB (or 0xFB38DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 38 and DB. RGB value is (251,56,219). Sum of RGB (Red+Green+Blue) = 251+56+219=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38DB is #04C724. Grayscale: #848484. Windows color (decimal): -313125 or 14366971. OLE color: 14366971.

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

Color convert

RGB 251 56 219 -
CMYK 0 0.78 0.13 0.02
HSL 309.85º 0.96% 0.6% -
HSV(B) 309.85º 0.78% 0.98% -
XYZ 53.98 28.45 69.66 -
YUV 132.89 176.6 212.25 -
System Red Green Blue C M Y K H S L
Decimal 251 56 219 0 0.78 0.13 0.02 309.85 0.96 0.6
Hex FB 38 DB 0 4E D 2 136 60 3C
Octal 373 70 333 0 116 15 2 466 140 74
Binary 11111011 111000 11011011 0 1001110 1101 10 100110110 1100000 111100

Color Harmonies of #FB38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB38DB

Black with #FB38DB

Text Example


Text Example

White with #FB38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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