Html Css Color HEX #FF47CA Razzle Dazzle Rose

📋 copy color: '#FF47CA'

red 255 ◦ green 71 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FF47CA

Tints of Razzle Dazzle Rose #FF47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 48.3%
G = 13.45%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF47CA (or 0xFF47CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 47 and CA. RGB value is (255,71,202). Sum of RGB (Red+Green+Blue) = 255+71+202=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF47CA is #00B835. Grayscale: #8C8C8C. Windows color (decimal): -47158 or 13256703. OLE color: 13256703.

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

Color convert

RGB 255 71 202 -
CMYK 0 0.72 0.21 0
HSL 317.28º 1% 0.64% -
HSV(B) 317.28º 0.72% 1% -
XYZ 54.15 30.03 58.82 -
YUV 140.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 255 71 202 0 0.72 0.21 0 317.28 1 0.64
Hex FF 47 CA 0 48 15 0 13D 64 40
Octal 377 107 312 0 110 25 0 475 144 100
Binary 11111111 1000111 11001010 0 1001000 10101 0 100111101 1100100 1000000

Color Harmonies of #FF47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47CA

Black with #FF47CA

Text Example


Text Example

White with #FF47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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