#F93DE4

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

Shades of Razzle Dazzle Rose #F93DE4

Tints of Razzle Dazzle Rose #F93DE4

Color information

#F93DE4 (or 0xF93DE4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3D and E4. RGB value is (249,61,228). Sum of RGB (Red+Green+Blue) = 249+61+228=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 61 (24.22% from 255 or 11.34% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93DE4 is #06C21B. Grayscale: #878787. Windows color (decimal): -442908 or 14958073. OLE color: 14958073.

HSL color Cylindrical-coordinate representation of color #F93DE4: hue angle of 306.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DE4 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB24961228-
CMYK00.760.080.02
HSL306.7º94%60.78%-
HSV(B)306.7º75.5%97.65%-
XYZ54.7429.0876.13-
YUV136.25179.78208.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 61 (24.22% from 255) = 11.34%
BLUE value IS 228 (89.45% from 255) = 42.38%
R=46.28%
G=11.34%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496122800.760.080.02306.79460.78
HexF93DE404C821335e3d
Octal37175344011410246313675
Binary1111100111110111100100010011001000101001100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93DE4; }

 p { color: rgb(249,61,228); }

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

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

 a { background-color: rgb(249,61,228); }

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

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

 span { border-color: rgb(249,61,228); }

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