Html Css Color HEX #FE46DC Razzle Dazzle Rose

📋 copy color: '#FE46DC'

red 254 ◦ green 70 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FE46DC

Tints of Razzle Dazzle Rose #FE46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.87%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 46.69%
G = 12.87%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE46DC (or 0xFE46DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and DC. RGB value is (254,70,220). Sum of RGB (Red+Green+Blue) = 254+70+220=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 70 (27.73% from 255 or 12.87% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46DC is #01B923. Grayscale: #8D8D8D. Windows color (decimal): -112932 or 14436094. OLE color: 14436094.

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

Color convert

RGB 254 70 220 -
CMYK 0 0.72 0.13 0.00
HSL 311.09º 0.99% 0.64% -
HSV(B) 311.09º 0.72% 1% -
XYZ 55.98 30.62 70.67 -
YUV 142.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 254 70 220 0 0.72 0.13 0.00 311.09 0.99 0.64
Hex FE 46 DC 0 48 D 0 137 63 40
Octal 376 106 334 0 110 15 0 467 143 100
Binary 11111110 1000110 11011100 0 1001000 1101 0 100110111 1100011 1000000

Color Harmonies of #FE46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46DC

Black with #FE46DC

Text Example


Text Example

White with #FE46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46DC; }

 p { color: rgb(254,70,220); }

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

background-color css

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

 a { background-color: rgb(254,70,220); }

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

border-color css

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

 span { border-color: rgb(254,70,220); }

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