#F13FC4

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

Shades of Razzle Dazzle Rose #F13FC4

Tints of Razzle Dazzle Rose #F13FC4

Color information

#F13FC4 (or 0xF13FC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3F and C4. RGB value is (241,63,196). Sum of RGB (Red+Green+Blue) = 241+63+196=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FC4 is #0EC03B. Grayscale: #838383. Windows color (decimal): -966716 or 12861425. OLE color: 12861425.

HSL color Cylindrical-coordinate representation of color #F13FC4: hue angle of 315.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FC4 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB24163196-
CMYK00.740.190.05
HSL315.17º86.41%59.61%-
HSV(B)315.17º73.86%94.51%-
XYZ48.0226.2454.76-
YUV131.38164.47206.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 63 (25% from 255) = 12.6%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=48.2%
G=12.6%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416319600.740.190.05315.1786.4159.61
HexF13FC404A13513b563c
Octal36177304011223547312674
Binary111100011111111100010001001010100111011001110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13FC4; }

 p { color: rgb(241,63,196); }

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

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

 a { background-color: rgb(241,63,196); }

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

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

 span { border-color: rgb(241,63,196); }

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