Html Css Color HEX #FF47E2 Razzle Dazzle Rose

📋 copy color: '#FF47E2'

red 255 ◦ green 71 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FF47E2

Tints of Razzle Dazzle Rose #FF47E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.94%

R = 46.2%
G = 12.86%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF47E2 (or 0xFF47E2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and E2. RGB value is (255,71,226). Sum of RGB (Red+Green+Blue) = 255+71+226=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 71 (28.12% from 255 or 12.86% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47E2 is #00B81D. Grayscale: #8F8F8F. Windows color (decimal): -47134 or 14829567. OLE color: 14829567.

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

Color convert

RGB 255 71 226 -
CMYK 0 0.72 0.11 0
HSL 309.46º 1% 0.64% -
HSV(B) 309.46º 0.72% 1% -
XYZ 57.22 31.26 74.97 -
YUV 143.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 255 71 226 0 0.72 0.11 0 309.46 1 0.64
Hex FF 47 E2 0 48 B 0 135 64 40
Octal 377 107 342 0 110 13 0 465 144 100
Binary 11111111 1000111 11100010 0 1001000 1011 0 100110101 1100100 1000000

Color Harmonies of #FF47E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47E2

Black with #FF47E2

Text Example


Text Example

White with #FF47E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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