Html Css Color HEX #FE44D5 Razzle Dazzle Rose

📋 copy color: '#FE44D5'

red 254 ◦ green 68 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FE44D5

Tints of Razzle Dazzle Rose #FE44D5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.71%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 47.48%
G = 12.71%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE44D5 (or 0xFE44D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and D5. RGB value is (254,68,213). Sum of RGB (Red+Green+Blue) = 254+68+213=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 68 (26.95% from 255 or 12.71% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44D5 is #01BB2A. Grayscale: #8B8B8B. Windows color (decimal): -113451 or 13976830. OLE color: 13976830.

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

Color convert

RGB 254 68 213 -
CMYK 0 0.73 0.16 0.00
HSL 313.23º 0.99% 0.63% -
HSV(B) 313.23º 0.73% 1% -
XYZ 54.95 30.01 65.85 -
YUV 140.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 254 68 213 0 0.73 0.16 0.00 313.23 0.99 0.63
Hex FE 44 D5 0 49 10 0 139 63 3F
Octal 376 104 325 0 111 20 0 471 143 77
Binary 11111110 1000100 11010101 0 1001001 10000 0 100111001 1100011 111111

Color Harmonies of #FE44D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44D5

Black with #FE44D5

Text Example


Text Example

White with #FE44D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44D5; }

 p { color: rgb(254,68,213); }

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

background-color css

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

 a { background-color: rgb(254,68,213); }

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

border-color css

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

 span { border-color: rgb(254,68,213); }

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