Html Css Color HEX #FE33D7 Razzle Dazzle Rose

📋 copy color: '#FE33D7'

red 254 ◦ green 51 ◦ blue 215

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

Shades of Razzle Dazzle Rose #FE33D7

Tints of Razzle Dazzle Rose #FE33D7

RGB

 RED value IS 254 (99.61% from 255) = 48.85%

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 48.85%
G = 9.81%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE33D7 (or 0xFE33D7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and D7. RGB value is (254,51,215). Sum of RGB (Red+Green+Blue) = 254+51+215=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D7 is #01CC28. Grayscale: #818181. Windows color (decimal): -117801 or 14103550. OLE color: 14103550.

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

Color convert

RGB 254 51 215 -
CMYK 0 0.80 0.15 0.00
HSL 311.53º 0.99% 0.6% -
HSV(B) 311.53º 0.8% 1% -
XYZ 54.32 28.34 66.9 -
YUV 130.39 175.75 216.16 -
System Red Green Blue C M Y K H S L
Decimal 254 51 215 0 0.80 0.15 0.00 311.53 0.99 0.6
Hex FE 33 D7 0 50 F 0 138 63 3C
Octal 376 63 327 0 120 17 0 470 143 74
Binary 11111110 110011 11010111 0 1010000 1111 0 100111000 1100011 111100

Color Harmonies of #FE33D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33D7

Black with #FE33D7

Text Example


Text Example

White with #FE33D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33D7; }

 p { color: rgb(254,51,215); }

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

background-color css

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

 a { background-color: rgb(254,51,215); }

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

border-color css

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

 span { border-color: rgb(254,51,215); }

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