#FF34C4

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

Shades of Razzle Dazzle Rose #FF34C4

Tints of Razzle Dazzle Rose #FF34C4

Color information

#FF34C4 (or 0xFF34C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 34 and C4. RGB value is (255,52,196). Sum of RGB (Red+Green+Blue) = 255+52+196=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C4 is #00CB3B. Grayscale: #808080. Windows color (decimal): -52028 or 12858623. OLE color: 12858623.

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

Color convert

RGB25552196-
CMYK00.800.230
HSL317.44º100%60.2%-
HSV(B)317.44º79.61%100%-
XYZ52.4327.754.81-
YUV129.11165.75217.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 52 (20.70% from 255) = 10.34%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=50.70%
G=10.34%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555219600.800.230317.4410060.2
HexFF34C405017013d643c
Octal37764304012027047514474
Binary1111111111010011000100010100001011101001111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF34C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF34C4; }

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

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

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

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

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

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

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

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