#F238ED

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

Shades of Razzle Dazzle Rose #F238ED

Tints of Razzle Dazzle Rose #F238ED

Color information

#F238ED (or 0xF238ED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 38 and ED. RGB value is (242,56,237). Sum of RGB (Red+Green+Blue) = 242+56+237=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 56 (22.27% from 255 or 10.47% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F238ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238ED is #0DC712. Grayscale: #838383. Windows color (decimal): -902931 or 15546610. OLE color: 15546610.

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

Color convert

RGB24256237-
CMYK00.770.020.05
HSL301.61º87.74%58.43%-
HSV(B)301.61º76.86%94.9%-
XYZ53.3227.8282.68-
YUV132.25187.12206.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 56 (22.27% from 255) = 10.47%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=45.23%
G=10.47%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425623700.770.020.05301.6187.7458.43
HexF238ED04D2512e583a
Octal3627035501152545613072
Binary111100101110001110110101001101101011001011101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F238ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F238ED; }

 p { color: rgb(242,56,237); }

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

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

 a { background-color: rgb(242,56,237); }

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

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

 span { border-color: rgb(242,56,237); }

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