Html Css Color HEX #FE47E5 Razzle Dazzle Rose

📋 copy color: '#FE47E5'

red 254 ◦ green 71 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FE47E5

Tints of Razzle Dazzle Rose #FE47E5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.82%

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

R = 45.85%
G = 12.82%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE47E5 (or 0xFE47E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and E5. RGB value is (254,71,229). Sum of RGB (Red+Green+Blue) = 254+71+229=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 71 (28.12% from 255 or 12.82% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47E5 is #01B81A. Grayscale: #8F8F8F. Windows color (decimal): -112667 or 15026174. OLE color: 15026174.

HSL color Cylindrical-coordinate representation of color #FE47E5: hue angle of 308.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE47E5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 71 229 -
CMYK 0 0.72 0.10 0.00
HSL 308.2º 0.99% 0.64% -
HSV(B) 308.2º 0.72% 1% -
XYZ 57.27 31.23 77.14 -
YUV 143.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 254 71 229 0 0.72 0.10 0.00 308.2 0.99 0.64
Hex FE 47 E5 0 48 A 0 134 63 40
Octal 376 107 345 0 110 12 0 464 143 100
Binary 11111110 1000111 11100101 0 1001000 1010 0 100110100 1100011 1000000

Color Harmonies of #FE47E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47E5

Black with #FE47E5

Text Example


Text Example

White with #FE47E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47E5; }

 p { color: rgb(254,71,229); }

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

background-color css

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

 a { background-color: rgb(254,71,229); }

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

border-color css

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

 span { border-color: rgb(254,71,229); }

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