#F235E1

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

Shades of Razzle Dazzle Rose #F235E1

Tints of Razzle Dazzle Rose #F235E1

Color information

#F235E1 (or 0xF235E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 35 and E1. RGB value is (242,53,225). Sum of RGB (Red+Green+Blue) = 242+53+225=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F235E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235E1 is #0DCA1E. Grayscale: #808080. Windows color (decimal): -903711 or 14759410. OLE color: 14759410.

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

Color convert

RGB24253225-
CMYK00.780.070.05
HSL305.4º87.91%57.84%-
HSV(B)305.4º78.1%94.9%-
XYZ51.4826.8673.71-
YUV129.12182.12208.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 53 (21.09% from 255) = 10.19%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=46.54%
G=10.19%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425322500.780.070.05305.487.9157.84
HexF235E104E75131583a
Octal3626534101167546113072
Binary1111001011010111100001010011101111011001100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235E1; }

 p { color: rgb(242,53,225); }

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

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

 a { background-color: rgb(242,53,225); }

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

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

 span { border-color: rgb(242,53,225); }

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