Html Css Color HEX #FE48DB Razzle Dazzle Rose

📋 copy color: '#FE48DB'

red 254 ◦ green 72 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FE48DB

Tints of Razzle Dazzle Rose #FE48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 46.61%
G = 13.21%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE48DB (or 0xFE48DB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and DB. RGB value is (254,72,219). Sum of RGB (Red+Green+Blue) = 254+72+219=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48DB is #01B724. Grayscale: #8E8E8E. Windows color (decimal): -112421 or 14371070. OLE color: 14371070.

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

Color convert

RGB 254 72 219 -
CMYK 0 0.72 0.14 0.00
HSL 311.54º 0.99% 0.64% -
HSV(B) 311.54º 0.72% 1% -
XYZ 55.98 30.82 70.02 -
YUV 143.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 254 72 219 0 0.72 0.14 0.00 311.54 0.99 0.64
Hex FE 48 DB 0 48 E 0 138 63 40
Octal 376 110 333 0 110 16 0 470 143 100
Binary 11111110 1001000 11011011 0 1001000 1110 0 100111000 1100011 1000000

Color Harmonies of #FE48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48DB

Black with #FE48DB

Text Example


Text Example

White with #FE48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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