Html Css Color HEX #FF47A4 Brilliant Rose

📋 copy color: '#FF47A4'

red 255 ◦ green 71 ◦ blue 164

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

Shades of Brilliant Rose #FF47A4

Tints of Brilliant Rose #FF47A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 52.04%
G = 14.49%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF47A4 (or 0xFF47A4) is known color: Brilliant Rose. HEX triplet: FF, 47 and A4. RGB value is (255,71,164). Sum of RGB (Red+Green+Blue) = 255+71+164=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47A4 is #00B85B. Grayscale: #888888. Windows color (decimal): -47196 or 10766335. OLE color: 10766335.

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

Color convert

RGB 255 71 164 -
CMYK 0 0.72 0.36 0
HSL 329.67º 1% 0.64% -
HSV(B) 329.67º 0.72% 1% -
XYZ 50.19 28.45 37.97 -
YUV 136.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 255 71 164 0 0.72 0.36 0 329.67 1 0.64
Hex FF 47 A4 0 48 24 0 14A 64 40
Octal 377 107 244 0 110 44 0 512 144 100
Binary 11111111 1000111 10100100 0 1001000 100100 0 101001010 1100100 1000000

Color Harmonies of #FF47A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47A4

Black with #FF47A4

Text Example


Text Example

White with #FF47A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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