Html Css Color HEX #FE47D1 Razzle Dazzle Rose

📋 copy color: '#FE47D1'

red 254 ◦ green 71 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FE47D1

Tints of Razzle Dazzle Rose #FE47D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.14%

R = 47.57%
G = 13.3%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE47D1 (or 0xFE47D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and D1. RGB value is (254,71,209). Sum of RGB (Red+Green+Blue) = 254+71+209=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47D1 is #01B82E. Grayscale: #8D8D8D. Windows color (decimal): -112687 or 13715454. OLE color: 13715454.

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

Color convert

RGB 254 71 209 -
CMYK 0 0.72 0.18 0.00
HSL 314.75º 0.99% 0.64% -
HSV(B) 314.75º 0.72% 1% -
XYZ 54.63 30.18 63.27 -
YUV 141.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 254 71 209 0 0.72 0.18 0.00 314.75 0.99 0.64
Hex FE 47 D1 0 48 12 0 13B 63 40
Octal 376 107 321 0 110 22 0 473 143 100
Binary 11111110 1000111 11010001 0 1001000 10010 0 100111011 1100011 1000000

Color Harmonies of #FE47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47D1

Black with #FE47D1

Text Example


Text Example

White with #FE47D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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