#F23AD0

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

Shades of Razzle Dazzle Rose #F23AD0

Tints of Razzle Dazzle Rose #F23AD0

Color information

#F23AD0 (or 0xF23AD0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3A and D0. RGB value is (242,58,208). Sum of RGB (Red+Green+Blue) = 242+58+208=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23AD0 is #0DC52F. Grayscale: #818181. Windows color (decimal): -902448 or 13646578. OLE color: 13646578.

HSL color Cylindrical-coordinate representation of color #F23AD0: hue angle of 311.09º 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 #F23AD0 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24258208-
CMYK00.760.140.05
HSL311.09º87.62%58.82%-
HSV(B)311.09º76.03%94.9%-
XYZ49.5226.4662.17-
YUV130.12171.96207.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 58 (23.05% from 255) = 11.42%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=47.64%
G=11.42%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425820800.760.140.05311.0987.6258.82
HexF23AD004CE5137583b
Octal36272320011416546713073
Binary11110010111010110100000100110011101011001101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23AD0; }

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

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

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

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

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

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

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

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