#F83FBB

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

Shades of Razzle Dazzle Rose #F83FBB

Tints of Razzle Dazzle Rose #F83FBB

Color information

#F83FBB (or 0xF83FBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 3F and BB. RGB value is (248,63,187). Sum of RGB (Red+Green+Blue) = 248+63+187=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FBB is #07C044. Grayscale: #848484. Windows color (decimal): -507973 or 12271608. OLE color: 12271608.

HSL color Cylindrical-coordinate representation of color #F83FBB: hue angle of 319.78º 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 #F83FBB is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24863187-
CMYK00.750.250.03
HSL319.78º92.96%60.98%-
HSV(B)319.78º74.6%97.25%-
XYZ49.4627.149.64-
YUV132.45158.79210.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.80%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=49.80%
G=12.65%
B=37.55%

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
Decimal2486318700.750.250.03319.7892.9660.98
HexF83FBB04B1931405d3d
Octal37077273011331350013575
Binary11111000111111101110110100101111001111010000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83FBB; }

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

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

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

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

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

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

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

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