Html Css Color HEX #FE34D8 Razzle Dazzle Rose

📋 copy color: '#FE34D8'

red 254 ◦ green 52 ◦ blue 216

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

Shades of Razzle Dazzle Rose #FE34D8

Tints of Razzle Dazzle Rose #FE34D8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.96%

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 48.66%
G = 9.96%
B = 41.38%

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

#FE34D8 (or 0xFE34D8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and D8. RGB value is (254,52,216). Sum of RGB (Red+Green+Blue) = 254+52+216=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 52 (20.70% from 255 or 9.96% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34D8 is #01CB27. Grayscale: #828282. Windows color (decimal): -117544 or 14169342. OLE color: 14169342.

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

Color convert

RGB 254 52 216 -
CMYK 0 0.80 0.15 0.00
HSL 311.29º 0.99% 0.6% -
HSV(B) 311.29º 0.8% 1% -
XYZ 54.5 28.48 67.59 -
YUV 131.09 175.92 215.66 -
System Red Green Blue C M Y K H S L
Decimal 254 52 216 0 0.80 0.15 0.00 311.29 0.99 0.6
Hex FE 34 D8 0 50 F 0 137 63 3C
Octal 376 64 330 0 120 17 0 467 143 74
Binary 11111110 110100 11011000 0 1010000 1111 0 100110111 1100011 111100

Color Harmonies of #FE34D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34D8

Black with #FE34D8

Text Example


Text Example

White with #FE34D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34D8; }

 p { color: rgb(254,52,216); }

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

background-color css

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

 a { background-color: rgb(254,52,216); }

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

border-color css

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

 span { border-color: rgb(254,52,216); }

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