Html Css Color HEX #FE49C4 Razzle Dazzle Rose

📋 copy color: '#FE49C4'

red 254 ◦ green 73 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FE49C4

Tints of Razzle Dazzle Rose #FE49C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 48.57%
G = 13.96%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE49C4 (or 0xFE49C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and C4. RGB value is (254,73,196). Sum of RGB (Red+Green+Blue) = 254+73+196=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49C4 is #01B63B. Grayscale: #8C8C8C. Windows color (decimal): -112188 or 12863998. OLE color: 12863998.

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

Color convert

RGB 254 73 196 -
CMYK 0 0.71 0.23 0.00
HSL 319.23º 0.99% 0.64% -
HSV(B) 319.23º 0.71% 1% -
XYZ 53.22 29.82 55.18 -
YUV 141.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 254 73 196 0 0.71 0.23 0.00 319.23 0.99 0.64
Hex FE 49 C4 0 47 17 0 13F 63 40
Octal 376 111 304 0 107 27 0 477 143 100
Binary 11111110 1001001 11000100 0 1000111 10111 0 100111111 1100011 1000000

Color Harmonies of #FE49C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49C4

Black with #FE49C4

Text Example


Text Example

White with #FE49C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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