#FE2FF6

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

Shades of Razzle Dazzle Rose #FE2FF6

Tints of Razzle Dazzle Rose #FE2FF6

Color information

#FE2FF6 (or 0xFE2FF6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2F and F6. RGB value is (254,47,246). Sum of RGB (Red+Green+Blue) = 254+47+246=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 47 (18.75% from 255 or 8.59% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF6 is #01D009. Grayscale: #828282. Windows color (decimal): -118794 or 16134142. OLE color: 16134142.

HSL color Cylindrical-coordinate representation of color #FE2FF6: hue angle of 302.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FF6 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB25447246-
CMYK00.810.030.00
HSL302.32º99.04%59.02%-
HSV(B)302.32º81.5%99.61%-
XYZ58.5229.7689.85-
YUV131.58192.58215.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 47 (18.75% from 255) = 8.59%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=46.44%
G=8.59%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544724600.810.030.00302.3299.0459.02
HexFE2FF60513012e633b
Octal3765736601213045614373
Binary1111111010111111110110010100011101001011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2FF6; }

 p { color: rgb(254,47,246); }

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

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

 a { background-color: rgb(254,47,246); }

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

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

 span { border-color: rgb(254,47,246); }

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