#F134C3

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

Shades of Razzle Dazzle Rose #F134C3

Tints of Razzle Dazzle Rose #F134C3

Color information

#F134C3 (or 0xF134C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 34 and C3. RGB value is (241,52,195). Sum of RGB (Red+Green+Blue) = 241+52+195=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C3 is #0ECB3C. Grayscale: #7C7C7C. Windows color (decimal): -969533 or 12793073. OLE color: 12793073.

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

Color convert

RGB24152195-
CMYK00.780.190.05
HSL314.6º87.1%57.45%-
HSV(B)314.6º78.42%94.51%-
XYZ47.3525.153.98-
YUV124.81167.62210.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 52 (20.70% from 255) = 10.66%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=49.39%
G=10.66%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415219500.780.190.05314.687.157.45
HexF134C304E13513b5739
Octal36164303011623547312771
Binary111100011101001100001101001110100111011001110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F134C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F134C3; }

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

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

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

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

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

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

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

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