#f538b8

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

Shades of Razzle Dazzle Rose #F538B8

Tints of Razzle Dazzle Rose #F538B8

Color information

#F538B8 (or 0xF538B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 38 and B8. RGB value is (245,56,184). Sum of RGB (Red+Green+Blue) = 245+56+184=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F538B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F538B8 is #0AC747. Grayscale: #7E7E7E. Windows color (decimal): -706376 or 12073205. OLE color: 12073205.

HSL color Cylindrical-coordinate representation of color #F538B8: hue angle of 319.37º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538B8 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB24556184-
CMYK00.770.250.04
HSL319.37º90.43%59.02%-
HSV(B)319.37º77.14%96.08%-
XYZ47.7225.747.79-
YUV127.1160.12212.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 56 (22.27% from 255) = 11.55%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=50.52%
G=11.55%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455618400.770.250.04319.3790.4359.02
HexF538B804D19413f5a3b
Octal36570270011531447713273
Binary111101011110001011100001001101110011001001111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f538b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f538b8; }

 p { color: rgb(245,56,184); }

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

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

 a { background-color: rgb(245,56,184); }

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

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

 span { border-color: rgb(245,56,184); }

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