#F92CBB

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

Shades of Razzle Dazzle Rose #F92CBB

Tints of Razzle Dazzle Rose #F92CBB

Color information

#F92CBB (or 0xF92CBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 2C and BB. RGB value is (249,44,187). Sum of RGB (Red+Green+Blue) = 249+44+187=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CBB is #06D344. Grayscale: #797979. Windows color (decimal): -447301 or 12266745. OLE color: 12266745.

HSL color Cylindrical-coordinate representation of color #F92CBB: hue angle of 318.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CBB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB24944187-
CMYK00.820.250.02
HSL318.15º94.47%57.45%-
HSV(B)318.15º82.33%97.65%-
XYZ48.9425.5349.36-
YUV121.6164.92218.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=51.88%
G=9.17%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494418700.820.250.02318.1594.4757.45
HexF92CBB05219213e5e39
Octal37154273012231247613671
Binary11111001101100101110110101001011001101001111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92CBB; }

 p { color: rgb(249,44,187); }

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

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

 a { background-color: rgb(249,44,187); }

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

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

 span { border-color: rgb(249,44,187); }

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