#F134C0

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

Shades of Razzle Dazzle Rose #F134C0

Tints of Razzle Dazzle Rose #F134C0

Color information

#F134C0 (or 0xF134C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 34 and C0. RGB value is (241,52,192). Sum of RGB (Red+Green+Blue) = 241+52+192=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C0 is #0ECB3F. Grayscale: #7C7C7C. Windows color (decimal): -969536 or 12596465. OLE color: 12596465.

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

Color convert

RGB24152192-
CMYK00.780.200.05
HSL315.56º87.1%57.45%-
HSV(B)315.56º78.42%94.51%-
XYZ47.0224.9652.21-
YUV124.47166.12211.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 52 (20.70% from 255) = 10.72%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=49.69%
G=10.72%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415219200.780.200.05315.5687.157.45
HexF134C004E14513c5739
Octal36164300011624547412771
Binary111100011101001100000001001110101001011001111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F134C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F134C0; }

 p { color: rgb(241,52,192); }

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

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

 a { background-color: rgb(241,52,192); }

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

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

 span { border-color: rgb(241,52,192); }

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