Html Css Color HEX #FE2EF6 Razzle Dazzle Rose

📋 copy color: '#FE2EF6'

red 254 ◦ green 46 ◦ blue 246

#FE2EF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FE2EF6

Tints of Razzle Dazzle Rose #FE2EF6

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

 GREEN value IS 46 (18.36% from 255) = 8.42%

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 46.52%
G = 8.42%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE2EF6 (or 0xFE2EF6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and F6. RGB value is (254,46,246). Sum of RGB (Red+Green+Blue) = 254+46+246=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 46 (18.36% from 255 or 8.42% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF6 is #01D109. Grayscale: #828282. Windows color (decimal): -119050 or 16133886. OLE color: 16133886.

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

Color convert

RGB 254 46 246 -
CMYK 0 0.82 0.03 0.00
HSL 302.31º 0.99% 0.59% -
HSV(B) 302.31º 0.82% 1% -
XYZ 58.48 29.68 89.83 -
YUV 130.99 192.91 215.74 -
System Red Green Blue C M Y K H S L
Decimal 254 46 246 0 0.82 0.03 0.00 302.31 0.99 0.59
Hex FE 2E F6 0 52 3 0 12E 63 3B
Octal 376 56 366 0 122 3 0 456 143 73
Binary 11111110 101110 11110110 0 1010010 11 0 100101110 1100011 111011

Color Harmonies of #FE2EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2EF6

Black with #FE2EF6

Text Example


Text Example

White with #FE2EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2EF6; }

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

 H1.HeaderClassName
 {
   color: #FE2EF6;
 }
 .AnyTagClassName
 {
   color: #FE2EF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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