Html Css Color HEX #FF47C5 Razzle Dazzle Rose

📋 copy color: '#FF47C5'

red 255 ◦ green 71 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FF47C5

Tints of Razzle Dazzle Rose #FF47C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 48.76%
G = 13.58%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF47C5 (or 0xFF47C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and C5. RGB value is (255,71,197). Sum of RGB (Red+Green+Blue) = 255+71+197=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47C5 is #00B83A. Grayscale: #8C8C8C. Windows color (decimal): -47163 or 12929023. OLE color: 12929023.

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

Color convert

RGB 255 71 197 -
CMYK 0 0.72 0.23 0
HSL 318.91º 1% 0.64% -
HSV(B) 318.91º 0.72% 1% -
XYZ 53.57 29.8 55.75 -
YUV 140.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 255 71 197 0 0.72 0.23 0 318.91 1 0.64
Hex FF 47 C5 0 48 17 0 13F 64 40
Octal 377 107 305 0 110 27 0 477 144 100
Binary 11111111 1000111 11000101 0 1001000 10111 0 100111111 1100100 1000000

Color Harmonies of #FF47C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47C5

Black with #FF47C5

Text Example


Text Example

White with #FF47C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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