#F23FC6

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

Shades of Razzle Dazzle Rose #F23FC6

Tints of Razzle Dazzle Rose #F23FC6

Color information

#F23FC6 (or 0xF23FC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3F and C6. RGB value is (242,63,198). Sum of RGB (Red+Green+Blue) = 242+63+198=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23FC6 is #0DC039. Grayscale: #838383. Windows color (decimal): -901178 or 12992498. OLE color: 12992498.

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

Color convert

RGB24263198-
CMYK00.740.180.05
HSL314.75º87.32%59.8%-
HSV(B)314.75º73.97%94.9%-
XYZ48.5926.5155.98-
YUV131.91165.3206.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 63 (25% from 255) = 12.52%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=48.11%
G=12.52%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426319800.740.180.05314.7587.3259.8
HexF23FC604A12513b573c
Octal36277306011222547312774
Binary111100101111111100011001001010100101011001110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FC6; }

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

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

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

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

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

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

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

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