Html Css Color HEX #FF47CC Razzle Dazzle Rose

📋 copy color: '#FF47CC'

red 255 ◦ green 71 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF47CC

Tints of Razzle Dazzle Rose #FF47CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 48.11%
G = 13.4%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF47CC (or 0xFF47CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and CC. RGB value is (255,71,204). Sum of RGB (Red+Green+Blue) = 255+71+204=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47CC is #00B833. Grayscale: #8C8C8C. Windows color (decimal): -47156 or 13387775. OLE color: 13387775.

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

Color convert

RGB 255 71 204 -
CMYK 0 0.72 0.2 0
HSL 316.63º 1% 0.64% -
HSV(B) 316.63º 0.72% 1% -
XYZ 54.39 30.13 60.07 -
YUV 141.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 255 71 204 0 0.72 0.2 0 316.63 1 0.64
Hex FF 47 CC 0 48 14 0 13D 64 40
Octal 377 107 314 0 110 24 0 475 144 100
Binary 11111111 1000111 11001100 0 1001000 10100 0 100111101 1100100 1000000

Color Harmonies of #FF47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47CC

Black with #FF47CC

Text Example


Text Example

White with #FF47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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