Html Css Color HEX #FE3DE6 Razzle Dazzle Rose

📋 copy color: '#FE3DE6'

red 254 ◦ green 61 ◦ blue 230

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

Shades of Razzle Dazzle Rose #FE3DE6

Tints of Razzle Dazzle Rose #FE3DE6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.19%

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 46.61%
G = 11.19%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE3DE6 (or 0xFE3DE6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and E6. RGB value is (254,61,230). Sum of RGB (Red+Green+Blue) = 254+61+230=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 61 (24.22% from 255 or 11.19% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DE6 is #01C219. Grayscale: #898989. Windows color (decimal): -115226 or 15089150. OLE color: 15089150.

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

Color convert

RGB 254 61 230 -
CMYK 0 0.76 0.09 0.00
HSL 307.46º 0.99% 0.62% -
HSV(B) 307.46º 0.76% 1% -
XYZ 56.82 30.12 77.68 -
YUV 137.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 254 61 230 0 0.76 0.09 0.00 307.46 0.99 0.62
Hex FE 3D E6 0 4C 9 0 133 63 3E
Octal 376 75 346 0 114 11 0 463 143 76
Binary 11111110 111101 11100110 0 1001100 1001 0 100110011 1100011 111110

Color Harmonies of #FE3DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3DE6

Black with #FE3DE6

Text Example


Text Example

White with #FE3DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3DE6; }

 p { color: rgb(254,61,230); }

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

background-color css

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

 a { background-color: rgb(254,61,230); }

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

border-color css

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

 span { border-color: rgb(254,61,230); }

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