Html Css Color HEX #FD33E2 Razzle Dazzle Rose

📋 copy color: '#FD33E2'

red 253 ◦ green 51 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FD33E2

Tints of Razzle Dazzle Rose #FD33E2

RGB

 RED value IS 253 (99.22% from 255) = 47.74%

 GREEN value IS 51 (20.31% from 255) = 9.62%

 BLUE value IS 226 (88.67% from 255) = 42.64%

R = 47.74%
G = 9.62%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD33E2 (or 0xFD33E2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and E2. RGB value is (253,51,226). Sum of RGB (Red+Green+Blue) = 253+51+226=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33E2 is #02CC1D. Grayscale: #828282. Windows color (decimal): -183326 or 14824445. OLE color: 14824445.

HSL color Cylindrical-coordinate representation of color #FD33E2: hue angle of 308.02º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33E2 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 226 -
CMYK 0 0.80 0.11 0.01
HSL 308.02º 0.98% 0.6% -
HSV(B) 308.02º 0.8% 0.99% -
XYZ 55.42 28.74 74.58 -
YUV 131.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 253 51 226 0 0.80 0.11 0.01 308.02 0.98 0.6
Hex FD 33 E2 0 50 B 1 134 62 3C
Octal 375 63 342 0 120 13 1 464 142 74
Binary 11111101 110011 11100010 0 1010000 1011 1 100110100 1100010 111100

Color Harmonies of #FD33E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33E2

Black with #FD33E2

Text Example


Text Example

White with #FD33E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33E2; }

 p { color: rgb(253,51,226); }

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

background-color css

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

 a { background-color: rgb(253,51,226); }

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

border-color css

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

 span { border-color: rgb(253,51,226); }

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