Html Css Color HEX #FD33E5 Razzle Dazzle Rose

📋 copy color: '#FD33E5'

red 253 ◦ green 51 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FD33E5

Tints of Razzle Dazzle Rose #FD33E5

RGB

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

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

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

R = 47.47%
G = 9.57%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD33E5 (or 0xFD33E5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and E5. RGB value is (253,51,229). Sum of RGB (Red+Green+Blue) = 253+51+229=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 51 (20.31% from 255 or 9.57% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33E5 is #02CC1A. Grayscale: #838383. Windows color (decimal): -183323 or 15021053. OLE color: 15021053.

HSL color Cylindrical-coordinate representation of color #FD33E5: hue angle of 307.13º 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 #FD33E5 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 229 -
CMYK 0 0.80 0.09 0.01
HSL 307.13º 0.98% 0.6% -
HSV(B) 307.13º 0.8% 0.99% -
XYZ 55.83 28.91 76.77 -
YUV 131.69 182.92 214.53 -
System Red Green Blue C M Y K H S L
Decimal 253 51 229 0 0.80 0.09 0.01 307.13 0.98 0.6
Hex FD 33 E5 0 50 9 1 133 62 3C
Octal 375 63 345 0 120 11 1 463 142 74
Binary 11111101 110011 11100101 0 1010000 1001 1 100110011 1100010 111100

Color Harmonies of #FD33E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33E5

Black with #FD33E5

Text Example


Text Example

White with #FD33E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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