Html Css Color HEX #FB2ED2 Razzle Dazzle Rose

📋 copy color: '#FB2ED2'

red 251 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FB2ED2

Tints of Razzle Dazzle Rose #FB2ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 49.51%
G = 9.07%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB2ED2 (or 0xFB2ED2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and D2. RGB value is (251,46,210). Sum of RGB (Red+Green+Blue) = 251+46+210=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ED2 is #04D12D. Grayscale: #7D7D7D. Windows color (decimal): -315694 or 13774587. OLE color: 13774587.

HSL color Cylindrical-coordinate representation of color #FB2ED2: hue angle of 312º 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 #FB2ED2 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 46 210 -
CMYK 0 0.82 0.16 0.02
HSL 312º 0.96% 0.58% -
HSV(B) 312º 0.82% 0.98% -
XYZ 52.39 27.12 63.45 -
YUV 125.99 175.42 217.16 -
System Red Green Blue C M Y K H S L
Decimal 251 46 210 0 0.82 0.16 0.02 312 0.96 0.58
Hex FB 2E D2 0 52 10 2 138 60 3A
Octal 373 56 322 0 122 20 2 470 140 72
Binary 11111011 101110 11010010 0 1010010 10000 10 100111000 1100000 111010

Color Harmonies of #FB2ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2ED2

Black with #FB2ED2

Text Example


Text Example

White with #FB2ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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