Html Css Color HEX #FE48DD Razzle Dazzle Rose

📋 copy color: '#FE48DD'

red 254 ◦ green 72 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FE48DD

Tints of Razzle Dazzle Rose #FE48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 46.44%
G = 13.16%
B = 40.4%

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

#FE48DD (or 0xFE48DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and DD. RGB value is (254,72,221). Sum of RGB (Red+Green+Blue) = 254+72+221=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48DD is #01B722. Grayscale: #8E8E8E. Windows color (decimal): -112419 or 14502142. OLE color: 14502142.

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

Color convert

RGB 254 72 221 -
CMYK 0 0.72 0.13 0.00
HSL 310.88º 0.99% 0.64% -
HSV(B) 310.88º 0.72% 1% -
XYZ 56.24 30.93 71.41 -
YUV 143.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 254 72 221 0 0.72 0.13 0.00 310.88 0.99 0.64
Hex FE 48 DD 0 48 D 0 137 63 40
Octal 376 110 335 0 110 15 0 467 143 100
Binary 11111110 1001000 11011101 0 1001000 1101 0 100110111 1100011 1000000

Color Harmonies of #FE48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48DD

Black with #FE48DD

Text Example


Text Example

White with #FE48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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