Html Css Color HEX #FE33C7 Razzle Dazzle Rose

📋 copy color: '#FE33C7'

red 254 ◦ green 51 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FE33C7

Tints of Razzle Dazzle Rose #FE33C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 50.4%
G = 10.12%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE33C7 (or 0xFE33C7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and C7. RGB value is (254,51,199). Sum of RGB (Red+Green+Blue) = 254+51+199=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33C7 is #01CC38. Grayscale: #808080. Windows color (decimal): -117817 or 13054974. OLE color: 13054974.

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

Color convert

RGB 254 51 199 -
CMYK 0 0.80 0.22 0.00
HSL 316.26º 0.99% 0.6% -
HSV(B) 316.26º 0.8% 1% -
XYZ 52.37 27.56 56.59 -
YUV 128.57 167.75 217.47 -
System Red Green Blue C M Y K H S L
Decimal 254 51 199 0 0.80 0.22 0.00 316.26 0.99 0.6
Hex FE 33 C7 0 50 16 0 13C 63 3C
Octal 376 63 307 0 120 26 0 474 143 74
Binary 11111110 110011 11000111 0 1010000 10110 0 100111100 1100011 111100

Color Harmonies of #FE33C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33C7

Black with #FE33C7

Text Example


Text Example

White with #FE33C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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