Html Css Color HEX #FB2AD6 Razzle Dazzle Rose

📋 copy color: '#FB2AD6'

red 251 ◦ green 42 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FB2AD6

Tints of Razzle Dazzle Rose #FB2AD6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.28%

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 49.51%
G = 8.28%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB2AD6 (or 0xFB2AD6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and D6. RGB value is (251,42,214). Sum of RGB (Red+Green+Blue) = 251+42+214=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 42 (16.80% from 255 or 8.28% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AD6 is #04D529. Grayscale: #7B7B7B. Windows color (decimal): -316714 or 14035707. OLE color: 14035707.

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

Color convert

RGB 251 42 214 -
CMYK 0 0.83 0.15 0.02
HSL 310.62º 0.96% 0.57% -
HSV(B) 310.62º 0.83% 0.98% -
XYZ 52.75 27.02 66.05 -
YUV 124.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 251 42 214 0 0.83 0.15 0.02 310.62 0.96 0.57
Hex FB 2A D6 0 53 F 2 137 60 39
Octal 373 52 326 0 123 17 2 467 140 71
Binary 11111011 101010 11010110 0 1010011 1111 10 100110111 1100000 111001

Color Harmonies of #FB2AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AD6

Black with #FB2AD6

Text Example


Text Example

White with #FB2AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AD6; }

 p { color: rgb(251,42,214); }

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

background-color css

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

 a { background-color: rgb(251,42,214); }

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

border-color css

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

 span { border-color: rgb(251,42,214); }

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