#F23EBE

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

Shades of Razzle Dazzle Rose #F23EBE

Tints of Razzle Dazzle Rose #F23EBE

Color information

#F23EBE (or 0xF23EBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 3E and BE. RGB value is (242,62,190). Sum of RGB (Red+Green+Blue) = 242+62+190=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23EBE is #0DC141. Grayscale: #828282. Windows color (decimal): -901442 or 12467954. OLE color: 12467954.

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

Color convert

RGB24262190-
CMYK00.740.210.05
HSL317.33º87.38%59.61%-
HSV(B)317.33º74.38%94.9%-
XYZ47.6326.0451.23-
YUV130.41161.63207.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 62 (24.61% from 255) = 12.55%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=48.99%
G=12.55%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426219000.740.210.05317.3387.3859.61
HexF23EBE04A15513d573c
Octal36276276011225547512774
Binary111100101111101011111001001010101011011001111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23EBE; }

 p { color: rgb(242,62,190); }

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

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

 a { background-color: rgb(242,62,190); }

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

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

 span { border-color: rgb(242,62,190); }

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