Html Css Color HEX #FB3ADD Razzle Dazzle Rose

📋 copy color: '#FB3ADD'

red 251 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FB3ADD

Tints of Razzle Dazzle Rose #FB3ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.94%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 47.36%
G = 10.94%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB3ADD (or 0xFB3ADD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and DD. RGB value is (251,58,221). Sum of RGB (Red+Green+Blue) = 251+58+221=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 58 (23.05% from 255 or 10.94% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3ADD is #04C522. Grayscale: #858585. Windows color (decimal): -312611 or 14498555. OLE color: 14498555.

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

Color convert

RGB 251 58 221 -
CMYK 0 0.77 0.12 0.02
HSL 309.33º 0.96% 0.61% -
HSV(B) 309.33º 0.77% 0.98% -
XYZ 54.35 28.76 71.09 -
YUV 134.29 176.94 211.25 -
System Red Green Blue C M Y K H S L
Decimal 251 58 221 0 0.77 0.12 0.02 309.33 0.96 0.61
Hex FB 3A DD 0 4D C 2 135 60 3D
Octal 373 72 335 0 115 14 2 465 140 75
Binary 11111011 111010 11011101 0 1001101 1100 10 100110101 1100000 111101

Color Harmonies of #FB3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3ADD

Black with #FB3ADD

Text Example


Text Example

White with #FB3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3ADD; }

 p { color: rgb(251,58,221); }

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

background-color css

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

 a { background-color: rgb(251,58,221); }

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

border-color css

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

 span { border-color: rgb(251,58,221); }

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