Html Css Color HEX #FB2EE5 Razzle Dazzle Rose

📋 copy color: '#FB2EE5'

red 251 ◦ green 46 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FB2EE5

Tints of Razzle Dazzle Rose #FB2EE5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.75%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 47.72%
G = 8.75%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB2EE5 (or 0xFB2EE5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and E5. RGB value is (251,46,229). Sum of RGB (Red+Green+Blue) = 251+46+229=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2EE5 is #04D11A. Grayscale: #7F7F7F. Windows color (decimal): -315675 or 15019771. OLE color: 15019771.

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

Color convert

RGB 251 46 229 -
CMYK 0 0.82 0.09 0.02
HSL 306.44º 0.96% 0.58% -
HSV(B) 306.44º 0.82% 0.98% -
XYZ 54.9 28.12 76.66 -
YUV 128.16 184.92 215.62 -
System Red Green Blue C M Y K H S L
Decimal 251 46 229 0 0.82 0.09 0.02 306.44 0.96 0.58
Hex FB 2E E5 0 52 9 2 132 60 3A
Octal 373 56 345 0 122 11 2 462 140 72
Binary 11111011 101110 11100101 0 1010010 1001 10 100110010 1100000 111010

Color Harmonies of #FB2EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2EE5

Black with #FB2EE5

Text Example


Text Example

White with #FB2EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2EE5; }

 p { color: rgb(251,46,229); }

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

background-color css

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

 a { background-color: rgb(251,46,229); }

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

border-color css

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

 span { border-color: rgb(251,46,229); }

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