Html Css Color HEX #FE47DA Razzle Dazzle Rose

📋 copy color: '#FE47DA'

red 254 ◦ green 71 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FE47DA

Tints of Razzle Dazzle Rose #FE47DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.08%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 46.78%
G = 13.08%
B = 40.15%

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

#FE47DA (or 0xFE47DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and DA. RGB value is (254,71,218). Sum of RGB (Red+Green+Blue) = 254+71+218=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 71 (28.12% from 255 or 13.08% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47DA is #01B825. Grayscale: #8E8E8E. Windows color (decimal): -112678 or 14305278. OLE color: 14305278.

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

Color convert

RGB 254 71 218 -
CMYK 0 0.72 0.14 0.00
HSL 311.8º 0.99% 0.64% -
HSV(B) 311.8º 0.72% 1% -
XYZ 55.78 30.64 69.3 -
YUV 142.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 254 71 218 0 0.72 0.14 0.00 311.8 0.99 0.64
Hex FE 47 DA 0 48 E 0 138 63 40
Octal 376 107 332 0 110 16 0 470 143 100
Binary 11111110 1000111 11011010 0 1001000 1110 0 100111000 1100011 1000000

Color Harmonies of #FE47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47DA

Black with #FE47DA

Text Example


Text Example

White with #FE47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47DA; }

 p { color: rgb(254,71,218); }

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

background-color css

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

 a { background-color: rgb(254,71,218); }

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

border-color css

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

 span { border-color: rgb(254,71,218); }

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