Html Css Color HEX #FF47AF Brilliant Rose

📋 copy color: '#FF47AF'

red 255 ◦ green 71 ◦ blue 175

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

Shades of Brilliant Rose #FF47AF

Tints of Brilliant Rose #FF47AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 50.9%
G = 14.17%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF47AF (or 0xFF47AF) is known color: Brilliant Rose. HEX triplet: FF, 47 and AF. RGB value is (255,71,175). Sum of RGB (Red+Green+Blue) = 255+71+175=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47AF is #00B850. Grayscale: #898989. Windows color (decimal): -47185 or 11487231. OLE color: 11487231.

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

Color convert

RGB 255 71 175 -
CMYK 0 0.72 0.31 0
HSL 326.09º 1% 0.64% -
HSV(B) 326.09º 0.72% 1% -
XYZ 51.23 28.86 43.43 -
YUV 137.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 255 71 175 0 0.72 0.31 0 326.09 1 0.64
Hex FF 47 AF 0 48 1F 0 146 64 40
Octal 377 107 257 0 110 37 0 506 144 100
Binary 11111111 1000111 10101111 0 1001000 11111 0 101000110 1100100 1000000

Color Harmonies of #FF47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47AF

Black with #FF47AF

Text Example


Text Example

White with #FF47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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