#F530BE

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

Shades of Razzle Dazzle Rose #F530BE

Tints of Razzle Dazzle Rose #F530BE

Color information

#F530BE (or 0xF530BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 30 and BE. RGB value is (245,48,190). Sum of RGB (Red+Green+Blue) = 245+48+190=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F530BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530BE is #0ACF41. Grayscale: #7A7A7A. Windows color (decimal): -708418 or 12464373. OLE color: 12464373.

HSL color Cylindrical-coordinate representation of color #F530BE: hue angle of 316.75º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530BE is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24548190-
CMYK00.800.220.04
HSL316.75º90.78%57.45%-
HSV(B)316.75º80.41%96.08%-
XYZ48.0125.2451.06-
YUV123.09165.77214.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 48 (19.14% from 255) = 9.94%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=50.72%
G=9.94%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454819000.800.220.04316.7590.7857.45
HexF530BE05016413d5b39
Octal36560276012026447513371
Binary111101011100001011111001010000101101001001111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F530BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F530BE; }

 p { color: rgb(245,48,190); }

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

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

 a { background-color: rgb(245,48,190); }

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

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

 span { border-color: rgb(245,48,190); }

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