#f23acc

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

Shades of Razzle Dazzle Rose #F23ACC

Tints of Razzle Dazzle Rose #F23ACC

Color information

#F23ACC (or 0xF23ACC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3A and CC. RGB value is (242,58,204). Sum of RGB (Red+Green+Blue) = 242+58+204=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ACC is #0DC533. Grayscale: #818181. Windows color (decimal): -902452 or 13384434. OLE color: 13384434.

HSL color Cylindrical-coordinate representation of color #F23ACC: hue angle of 312.39º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23ACC is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24258204-
CMYK00.760.160.05
HSL312.39º87.62%58.82%-
HSV(B)312.39º76.03%94.9%-
XYZ49.0326.2659.61-
YUV129.66169.96208.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 58 (23.05% from 255) = 11.51%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=48.02%
G=11.51%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425820400.760.160.05312.3987.6258.82
HexF23ACC04C105138583b
Octal36272314011420547013073
Binary111100101110101100110001001100100001011001110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23acc; }

 p { color: rgb(242,58,204); }

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

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

 a { background-color: rgb(242,58,204); }

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

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

 span { border-color: rgb(242,58,204); }

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