#FF4ED1

Color #FF4ED1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF4ED1

Tints of Razzle Dazzle Rose #FF4ED1

Color information

#FF4ED1 (or 0xFF4ED1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 4E and D1. RGB value is (255,78,209). Sum of RGB (Red+Green+Blue) = 255+78+209=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED1 is #00B12E. Grayscale: #919191. Windows color (decimal): -45359 or 13717247. OLE color: 13717247.

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

Color convert

RGB25578209-
CMYK00.690.180
HSL315.59º100%65.29%-
HSV(B)315.59º69.41%100%-
XYZ55.4731.3163.44-
YUV145.86163.64205.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 78 (30.86% from 255) = 14.39%
BLUE value IS 209 (82.03% from 255) = 38.56%
R=47.05%
G=14.39%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557820900.690.180315.5910065.29
HexFF4ED104512013c6441
Octal3771163210105220474144101
Binary111111111001110110100010100010110010010011110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4ED1; }

 p { color: rgb(255,78,209); }

 H1.HeaderClassName
 {
   color: #FF4ED1;
 }
 .AnyTagClassName
 {
   color: #FF4ED1;
 }
</style>
background-color css

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

 a { background-color: rgb(255,78,209); }

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

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

 span { border-color: rgb(255,78,209); }

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