#F034C1

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

Shades of Razzle Dazzle Rose #F034C1

Tints of Razzle Dazzle Rose #F034C1

Color information

#F034C1 (or 0xF034C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 34 and C1. RGB value is (240,52,193). Sum of RGB (Red+Green+Blue) = 240+52+193=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F034C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034C1 is #0FCB3E. Grayscale: #7B7B7B. Windows color (decimal): -1035071 or 12662000. OLE color: 12662000.

HSL color Cylindrical-coordinate representation of color #F034C1: hue angle of 315º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034C1 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB24052193-
CMYK00.780.200.06
HSL315º86.24%57.25%-
HSV(B)315º78.33%94.12%-
XYZ46.7924.8352.78-
YUV124.29166.78210.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 52 (20.70% from 255) = 10.72%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=49.48%
G=10.72%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405219300.780.200.0631586.2457.25
HexF034C104E14613b5639
Octal36064301011624647312671
Binary111100001101001100000101001110101001101001110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F034C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F034C1; }

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

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

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

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

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

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

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

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