#F83FBA

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

Shades of Razzle Dazzle Rose #F83FBA

Tints of Razzle Dazzle Rose #F83FBA

Color information

#F83FBA (or 0xF83FBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and BA. RGB value is (248,63,186). Sum of RGB (Red+Green+Blue) = 248+63+186=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FBA is #07C045. Grayscale: #848484. Windows color (decimal): -507974 or 12206072. OLE color: 12206072.

HSL color Cylindrical-coordinate representation of color #F83FBA: hue angle of 320.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FBA is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24863186-
CMYK00.750.250.03
HSL320.11º92.96%60.98%-
HSV(B)320.11º74.6%97.25%-
XYZ49.3527.0649.08-
YUV132.34158.29210.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=49.90%
G=12.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486318600.750.250.03320.1192.9660.98
HexF83FBA04B1931405d3d
Octal37077272011331350013575
Binary11111000111111101110100100101111001111010000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FBA; }

 p { color: rgb(248,63,186); }

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

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

 a { background-color: rgb(248,63,186); }

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

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

 span { border-color: rgb(248,63,186); }

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