Html Css Color HEX #FF47DA Razzle Dazzle Rose

📋 copy color: '#FF47DA'

red 255 ◦ green 71 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FF47DA

Tints of Razzle Dazzle Rose #FF47DA

RGB

 RED value IS 255 (100% from 255) = 46.88%

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

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

R = 46.88%
G = 13.05%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF47DA (or 0xFF47DA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and DA. RGB value is (255,71,218). Sum of RGB (Red+Green+Blue) = 255+71+218=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 71 (28.12% from 255 or 13.05% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47DA is #00B825. Grayscale: #8E8E8E. Windows color (decimal): -47142 or 14305279. OLE color: 14305279.

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

Color convert

RGB 255 71 218 -
CMYK 0 0.72 0.15 0
HSL 312.07º 1% 0.64% -
HSV(B) 312.07º 0.72% 1% -
XYZ 56.15 30.83 69.32 -
YUV 142.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 255 71 218 0 0.72 0.15 0 312.07 1 0.64
Hex FF 47 DA 0 48 F 0 138 64 40
Octal 377 107 332 0 110 17 0 470 144 100
Binary 11111111 1000111 11011010 0 1001000 1111 0 100111000 1100100 1000000

Color Harmonies of #FF47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47DA

Black with #FF47DA

Text Example


Text Example

White with #FF47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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