#F123E4

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

Shades of Razzle Dazzle Rose #F123E4

Tints of Razzle Dazzle Rose #F123E4

Color information

#F123E4 (or 0xF123E4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 23 and E4. RGB value is (241,35,228). Sum of RGB (Red+Green+Blue) = 241+35+228=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 35 (14.06% from 255 or 6.94% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F123E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123E4 is #0EDC1B. Grayscale: #767676. Windows color (decimal): -973852 or 14951409. OLE color: 14951409.

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

Color convert

RGB24135228-
CMYK00.850.050.05
HSL303.79º88.03%54.12%-
HSV(B)303.79º85.48%94.51%-
XYZ50.8825.575.64-
YUV118.6189.75215.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 35 (14.06% from 255) = 6.94%
BLUE value IS 228 (89.45% from 255) = 45.24%
R=47.82%
G=6.94%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413522800.850.050.05303.7988.0354.12
HexF123E4055551305836
Octal3614334401255546013066
Binary1111000110001111100100010101011011011001100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F123E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F123E4; }

 p { color: rgb(241,35,228); }

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

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

 a { background-color: rgb(241,35,228); }

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

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

 span { border-color: rgb(241,35,228); }

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