Html Css Color HEX #FE49BE Razzle Dazzle Rose

📋 copy color: '#FE49BE'

red 254 ◦ green 73 ◦ blue 190

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

Shades of Razzle Dazzle Rose #FE49BE

Tints of Razzle Dazzle Rose #FE49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.12%

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 49.13%
G = 14.12%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE49BE (or 0xFE49BE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and BE. RGB value is (254,73,190). Sum of RGB (Red+Green+Blue) = 254+73+190=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49BE is #01B641. Grayscale: #8C8C8C. Windows color (decimal): -112194 or 12470782. OLE color: 12470782.

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

Color convert

RGB 254 73 190 -
CMYK 0 0.71 0.25 0.00
HSL 321.22º 0.99% 0.64% -
HSV(B) 321.22º 0.71% 1% -
XYZ 52.55 29.55 51.65 -
YUV 140.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 254 73 190 0 0.71 0.25 0.00 321.22 0.99 0.64
Hex FE 49 BE 0 47 19 0 141 63 40
Octal 376 111 276 0 107 31 0 501 143 100
Binary 11111110 1001001 10111110 0 1000111 11001 0 101000001 1100011 1000000

Color Harmonies of #FE49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49BE

Black with #FE49BE

Text Example


Text Example

White with #FE49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49BE; }

 p { color: rgb(254,73,190); }

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

background-color css

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

 a { background-color: rgb(254,73,190); }

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

border-color css

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

 span { border-color: rgb(254,73,190); }

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