Html Css Color HEX #FB2EED Razzle Dazzle Rose

📋 copy color: '#FB2EED'

red 251 ◦ green 46 ◦ blue 237

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

Shades of Razzle Dazzle Rose #FB2EED

Tints of Razzle Dazzle Rose #FB2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 47%
G = 8.61%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB2EED (or 0xFB2EED) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2E and ED. RGB value is (251,46,237). Sum of RGB (Red+Green+Blue) = 251+46+237=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 46 (18.36% from 255 or 8.61% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2EED is #04D112. Grayscale: #808080. Windows color (decimal): -315667 or 15544059. OLE color: 15544059.

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

Color convert

RGB 251 46 237 -
CMYK 0 0.82 0.06 0.02
HSL 304.1º 0.96% 0.58% -
HSV(B) 304.1º 0.82% 0.98% -
XYZ 56.05 28.58 82.68 -
YUV 129.07 188.92 214.97 -
System Red Green Blue C M Y K H S L
Decimal 251 46 237 0 0.82 0.06 0.02 304.1 0.96 0.58
Hex FB 2E ED 0 52 6 2 130 60 3A
Octal 373 56 355 0 122 6 2 460 140 72
Binary 11111011 101110 11101101 0 1010010 110 10 100110000 1100000 111010

Color Harmonies of #FB2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2EED

Black with #FB2EED

Text Example


Text Example

White with #FB2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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