#FF34C1

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

Shades of Razzle Dazzle Rose #FF34C1

Tints of Razzle Dazzle Rose #FF34C1

Color information

#FF34C1 (or 0xFF34C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 34 and C1. RGB value is (255,52,193). Sum of RGB (Red+Green+Blue) = 255+52+193=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34C1 is #00CB3E. Grayscale: #808080. Windows color (decimal): -52031 or 12662015. OLE color: 12662015.

HSL color Cylindrical-coordinate representation of color #FF34C1: hue angle of 318.33º 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 #FF34C1 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25552193-
CMYK00.800.240
HSL318.33º100%60.2%-
HSV(B)318.33º79.61%100%-
XYZ52.0927.5753.03-
YUV128.77164.25218.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 52 (20.70% from 255) = 10.4%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=51%
G=10.4%
B=38.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555219300.800.240318.3310060.2
HexFF34C105018013e643c
Octal37764301012030047614474
Binary1111111111010011000001010100001100001001111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF34C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF34C1; }

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

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

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

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

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

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

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

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