#FF2CC4

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

Shades of Razzle Dazzle Rose #FF2CC4

Tints of Razzle Dazzle Rose #FF2CC4

Color information

#FF2CC4 (or 0xFF2CC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2C and C4. RGB value is (255,44,196). Sum of RGB (Red+Green+Blue) = 255+44+196=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CC4 is #00D33B. Grayscale: #7C7C7C. Windows color (decimal): -54076 or 12856575. OLE color: 12856575.

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

Color convert

RGB25544196-
CMYK00.830.230
HSL316.78º100%58.63%-
HSV(B)316.78º82.75%100%-
XYZ52.127.0554.7-
YUV124.42168.4221.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 44 (17.58% from 255) = 8.89%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=51.52%
G=8.89%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554419600.830.230316.7810058.63
HexFF2CC405317013d643b
Octal37754304012327047514473
Binary1111111110110011000100010100111011101001111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2CC4; }

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

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

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

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

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

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

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

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