#FF42D1

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

Shades of Razzle Dazzle Rose #FF42D1

Tints of Razzle Dazzle Rose #FF42D1

Color information

#FF42D1 (or 0xFF42D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 42 and D1. RGB value is (255,66,209). Sum of RGB (Red+Green+Blue) = 255+66+209=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42D1 is #00BD2E. Grayscale: #8A8A8A. Windows color (decimal): -48431 or 13714175. OLE color: 13714175.

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

Color convert

RGB25566209-
CMYK00.740.180
HSL314.6º100%62.94%-
HSV(B)314.6º74.12%100%-
XYZ54.729.7663.18-
YUV138.81167.62210.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 66 (26.17% from 255) = 12.45%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=48.11%
G=12.45%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556620900.740.180314.610062.94
HexFF42D104A12013b643f
Octal377102321011222047314477
Binary11111111100001011010001010010101001001001110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF42D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF42D1; }

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

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

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

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

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

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

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

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