#F13FB4

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

Shades of Razzle Dazzle Rose #F13FB4

Tints of Razzle Dazzle Rose #F13FB4

Color information

#F13FB4 (or 0xF13FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3F and B4. RGB value is (241,63,180). Sum of RGB (Red+Green+Blue) = 241+63+180=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FB4 is #0EC04B. Grayscale: #818181. Windows color (decimal): -966732 or 11812849. OLE color: 11812849.

HSL color Cylindrical-coordinate representation of color #F13FB4: hue angle of 320.56º 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 #F13FB4 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24163180-
CMYK00.740.250.05
HSL320.56º86.41%59.61%-
HSV(B)320.56º73.86%94.51%-
XYZ46.2925.5545.67-
YUV129.56156.47207.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=49.79%
G=13.02%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416318000.740.250.05320.5686.4159.61
HexF13FB404A195141563c
Octal36177264011231550112674
Binary111100011111111011010001001010110011011010000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13FB4; }

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

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

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

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

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

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

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

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