#F025E1

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

Shades of Razzle Dazzle Rose #F025E1

Tints of Razzle Dazzle Rose #F025E1

Color information

#F025E1 (or 0xF025E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 25 and E1. RGB value is (240,37,225). Sum of RGB (Red+Green+Blue) = 240+37+225=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F025E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025E1 is #0FDA1E. Grayscale: #767676. Windows color (decimal): -1038879 or 14755312. OLE color: 14755312.

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

Color convert

RGB24037225-
CMYK00.850.060.06
HSL304.43º87.12%54.31%-
HSV(B)304.43º84.58%94.12%-
XYZ50.1925.2873.47-
YUV119.13187.75214.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 37 (14.84% from 255) = 7.37%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=47.81%
G=7.37%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403722500.850.060.06304.4387.1254.31
HexF025E1055661305736
Octal3604534101256646012766
Binary1111000010010111100001010101011101101001100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F025E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F025E1; }

 p { color: rgb(240,37,225); }

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

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

 a { background-color: rgb(240,37,225); }

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

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

 span { border-color: rgb(240,37,225); }

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