Html Css Color HEX #FE49CF Razzle Dazzle Rose

📋 copy color: '#FE49CF'

red 254 ◦ green 73 ◦ blue 207

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

Shades of Razzle Dazzle Rose #FE49CF

Tints of Razzle Dazzle Rose #FE49CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 47.57%
G = 13.67%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE49CF (or 0xFE49CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and CF. RGB value is (254,73,207). Sum of RGB (Red+Green+Blue) = 254+73+207=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49CF is #01B630. Grayscale: #8E8E8E. Windows color (decimal): -112177 or 13584894. OLE color: 13584894.

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

Color convert

RGB 254 73 207 -
CMYK 0 0.71 0.19 0.00
HSL 315.58º 0.99% 0.64% -
HSV(B) 315.58º 0.71% 1% -
XYZ 54.52 30.34 62.01 -
YUV 142.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 254 73 207 0 0.71 0.19 0.00 315.58 0.99 0.64
Hex FE 49 CF 0 47 13 0 13C 63 40
Octal 376 111 317 0 107 23 0 474 143 100
Binary 11111110 1001001 11001111 0 1000111 10011 0 100111100 1100011 1000000

Color Harmonies of #FE49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49CF

Black with #FE49CF

Text Example


Text Example

White with #FE49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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