Html Css Color HEX #FE34D5 Razzle Dazzle Rose

📋 copy color: '#FE34D5'

red 254 ◦ green 52 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE34D5

Tints of Razzle Dazzle Rose #FE34D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 48.94%
G = 10.02%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE34D5 (or 0xFE34D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and D5. RGB value is (254,52,213). Sum of RGB (Red+Green+Blue) = 254+52+213=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34D5 is #01CB2A. Grayscale: #828282. Windows color (decimal): -117547 or 13972734. OLE color: 13972734.

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

Color convert

RGB 254 52 213 -
CMYK 0 0.80 0.16 0.00
HSL 312.18º 0.99% 0.6% -
HSV(B) 312.18º 0.8% 1% -
XYZ 54.11 28.33 65.57 -
YUV 130.75 174.42 215.91 -
System Red Green Blue C M Y K H S L
Decimal 254 52 213 0 0.80 0.16 0.00 312.18 0.99 0.6
Hex FE 34 D5 0 50 10 0 138 63 3C
Octal 376 64 325 0 120 20 0 470 143 74
Binary 11111110 110100 11010101 0 1010000 10000 0 100111000 1100011 111100

Color Harmonies of #FE34D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34D5

Black with #FE34D5

Text Example


Text Example

White with #FE34D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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