Html Css Color HEX #FF47E1 Razzle Dazzle Rose

📋 copy color: '#FF47E1'

red 255 ◦ green 71 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FF47E1

Tints of Razzle Dazzle Rose #FF47E1

RGB

 RED value IS 255 (100% from 255) = 46.28%

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 46.28%
G = 12.89%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF47E1 (or 0xFF47E1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and E1. RGB value is (255,71,225). Sum of RGB (Red+Green+Blue) = 255+71+225=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47E1 is #00B81E. Grayscale: #8F8F8F. Windows color (decimal): -47135 or 14764031. OLE color: 14764031.

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

Color convert

RGB 255 71 225 -
CMYK 0 0.72 0.12 0
HSL 309.78º 1% 0.64% -
HSV(B) 309.78º 0.72% 1% -
XYZ 57.08 31.2 74.25 -
YUV 143.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 255 71 225 0 0.72 0.12 0 309.78 1 0.64
Hex FF 47 E1 0 48 C 0 136 64 40
Octal 377 107 341 0 110 14 0 466 144 100
Binary 11111111 1000111 11100001 0 1001000 1100 0 100110110 1100100 1000000

Color Harmonies of #FF47E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47E1

Black with #FF47E1

Text Example


Text Example

White with #FF47E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47E1; }

 p { color: rgb(255,71,225); }

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

background-color css

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

 a { background-color: rgb(255,71,225); }

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

border-color css

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

 span { border-color: rgb(255,71,225); }

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