#f23fbb

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

Shades of Razzle Dazzle Rose #F23FBB

Tints of Razzle Dazzle Rose #F23FBB

Color information

#F23FBB (or 0xF23FBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3F and BB. RGB value is (242,63,187). Sum of RGB (Red+Green+Blue) = 242+63+187=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23FBB is #0DC044. Grayscale: #828282. Windows color (decimal): -901189 or 12271602. OLE color: 12271602.

HSL color Cylindrical-coordinate representation of color #F23FBB: hue angle of 318.44º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FBB is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24263187-
CMYK00.740.230.05
HSL318.44º87.32%59.8%-
HSV(B)318.44º73.97%94.9%-
XYZ47.3726.0249.54-
YUV130.66159.8207.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.19%
GREEN value IS 63 (25% from 255) = 12.80%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=49.19%
G=12.80%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426318700.740.230.05318.4487.3259.8
HexF23FBB04A17513e573c
Octal36277273011227547612774
Binary111100101111111011101101001010101111011001111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23fbb; }

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

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

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

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

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

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

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

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