#FF2FC4

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

Shades of Razzle Dazzle Rose #FF2FC4

Tints of Razzle Dazzle Rose #FF2FC4

Color information

#FF2FC4 (or 0xFF2FC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2F and C4. RGB value is (255,47,196). Sum of RGB (Red+Green+Blue) = 255+47+196=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FC4 is #00D03B. Grayscale: #7D7D7D. Windows color (decimal): -53308 or 12857343. OLE color: 12857343.

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

Color convert

RGB25547196-
CMYK00.820.230
HSL317.02º100%59.22%-
HSV(B)317.02º81.57%100%-
XYZ52.2227.2854.74-
YUV126.18167.41219.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 47 (18.75% from 255) = 9.44%
BLUE value IS 196 (76.95% from 255) = 39.36%
R=51.20%
G=9.44%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554719600.820.230317.0210059.22
HexFF2FC405217013d643b
Octal37757304012227047514473
Binary1111111110111111000100010100101011101001111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2FC4; }

 p { color: rgb(255,47,196); }

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

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

 a { background-color: rgb(255,47,196); }

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

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

 span { border-color: rgb(255,47,196); }

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