#FF1FE4

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

Shades of Razzle Dazzle Rose #FF1FE4

Tints of Razzle Dazzle Rose #FF1FE4

Color information

#FF1FE4 (or 0xFF1FE4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 1F and E4. RGB value is (255,31,228). Sum of RGB (Red+Green+Blue) = 255+31+228=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FE4 is #00E01B. Grayscale: #777777. Windows color (decimal): -57372 or 14950399. OLE color: 14950399.

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

Color convert

RGB25531228-
CMYK00.880.110
HSL307.23º100%56.08%-
HSV(B)307.23º87.84%100%-
XYZ55.7327.8475.84-
YUV120.43188.71223.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 31 (12.5% from 255) = 6.03%
BLUE value IS 228 (89.45% from 255) = 44.36%
R=49.61%
G=6.03%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553122800.880.110307.2310056.08
HexFF1FE4058B01336438
Octal37737344013013046314470
Binary11111111111111110010001011000101101001100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1FE4; }

 p { color: rgb(255,31,228); }

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

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

 a { background-color: rgb(255,31,228); }

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

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

 span { border-color: rgb(255,31,228); }

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