Html Css Color HEX #FA47A3 Brilliant Rose

📋 copy color: '#FA47A3'

red 250 ◦ green 71 ◦ blue 163

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

Shades of Brilliant Rose #FA47A3

Tints of Brilliant Rose #FA47A3

RGB

 RED value IS 250 (98.05% from 255) = 51.65%

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

 BLUE value IS 163 (64.06% from 255) = 33.68%

R = 51.65%
G = 14.67%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA47A3 (or 0xFA47A3) is known color: Brilliant Rose. HEX triplet: FA, 47 and A3. RGB value is (250,71,163). Sum of RGB (Red+Green+Blue) = 250+71+163=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA47A3 is #05B85C. Grayscale: #868686. Windows color (decimal): -374877 or 10700794. OLE color: 10700794.

HSL color Cylindrical-coordinate representation of color #FA47A3: hue angle of 329.16º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47A3 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 163 -
CMYK 0 0.72 0.35 0.02
HSL 329.16º 0.95% 0.63% -
HSV(B) 329.16º 0.72% 0.98% -
XYZ 48.29 27.47 37.41 -
YUV 135.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 250 71 163 0 0.72 0.35 0.02 329.16 0.95 0.63
Hex FA 47 A3 0 48 23 2 149 5F 3F
Octal 372 107 243 0 110 43 2 511 137 77
Binary 11111010 1000111 10100011 0 1001000 100011 10 101001001 1011111 111111

Color Harmonies of #FA47A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47A3

Black with #FA47A3

Text Example


Text Example

White with #FA47A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47A3; }

 p { color: rgb(250,71,163); }

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

background-color css

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

 a { background-color: rgb(250,71,163); }

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

border-color css

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

 span { border-color: rgb(250,71,163); }

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