Html Css Color HEX #FE48D6 Razzle Dazzle Rose

📋 copy color: '#FE48D6'

red 254 ◦ green 72 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FE48D6

Tints of Razzle Dazzle Rose #FE48D6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.33%

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 47.04%
G = 13.33%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE48D6 (or 0xFE48D6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and D6. RGB value is (254,72,214). Sum of RGB (Red+Green+Blue) = 254+72+214=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48D6 is #01B729. Grayscale: #8E8E8E. Windows color (decimal): -112426 or 14043390. OLE color: 14043390.

HSL color Cylindrical-coordinate representation of color #FE48D6: hue angle of 313.19º 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 #FE48D6 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 214 -
CMYK 0 0.72 0.16 0.00
HSL 313.19º 0.99% 0.64% -
HSV(B) 313.19º 0.72% 1% -
XYZ 55.33 30.56 66.6 -
YUV 142.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 254 72 214 0 0.72 0.16 0.00 313.19 0.99 0.64
Hex FE 48 D6 0 48 10 0 139 63 40
Octal 376 110 326 0 110 20 0 471 143 100
Binary 11111110 1001000 11010110 0 1001000 10000 0 100111001 1100011 1000000

Color Harmonies of #FE48D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48D6

Black with #FE48D6

Text Example


Text Example

White with #FE48D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48D6; }

 p { color: rgb(254,72,214); }

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

background-color css

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

 a { background-color: rgb(254,72,214); }

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

border-color css

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

 span { border-color: rgb(254,72,214); }

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