Html Css Color HEX #FA479C Brilliant Rose

📋 copy color: '#FA479C'

red 250 ◦ green 71 ◦ blue 156

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

Shades of Brilliant Rose #FA479C

Tints of Brilliant Rose #FA479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 52.41%
G = 14.88%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA479C (or 0xFA479C) is known color: Brilliant Rose. HEX triplet: FA, 47 and 9C. RGB value is (250,71,156). Sum of RGB (Red+Green+Blue) = 250+71+156=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA479C is #05B863. Grayscale: #868686. Windows color (decimal): -374884 or 10242042. OLE color: 10242042.

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

Color convert

RGB 250 71 156 -
CMYK 0 0.72 0.38 0.02
HSL 331.51º 0.95% 0.63% -
HSV(B) 331.51º 0.72% 0.98% -
XYZ 47.68 27.23 34.2 -
YUV 134.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 250 71 156 0 0.72 0.38 0.02 331.51 0.95 0.63
Hex FA 47 9C 0 48 26 2 14C 5F 3F
Octal 372 107 234 0 110 46 2 514 137 77
Binary 11111010 1000111 10011100 0 1001000 100110 10 101001100 1011111 111111

Color Harmonies of #FA479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA479C

Black with #FA479C

Text Example


Text Example

White with #FA479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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