#F134BE

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

Shades of Razzle Dazzle Rose #F134BE

Tints of Razzle Dazzle Rose #F134BE

Color information

#F134BE (or 0xF134BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 34 and BE. RGB value is (241,52,190). Sum of RGB (Red+Green+Blue) = 241+52+190=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F134BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134BE is #0ECB41. Grayscale: #7B7B7B. Windows color (decimal): -969538 or 12465393. OLE color: 12465393.

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

Color convert

RGB24152190-
CMYK00.780.210.05
HSL316.19º87.1%57.45%-
HSV(B)316.19º78.42%94.51%-
XYZ46.824.8751.05-
YUV124.24165.12211.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 52 (20.70% from 255) = 10.77%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=49.90%
G=10.77%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415219000.780.210.05316.1987.157.45
HexF134BE04E15513c5739
Octal36164276011625547412771
Binary111100011101001011111001001110101011011001111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F134BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F134BE; }

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

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

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

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

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

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

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

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