Html Css Color HEX #FA49B2 Brilliant Rose

📋 copy color: '#FA49B2'

red 250 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #FA49B2

Tints of Brilliant Rose #FA49B2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.57%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 49.9%
G = 14.57%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA49B2 (or 0xFA49B2) is known color: Brilliant Rose. HEX triplet: FA, 49 and B2. RGB value is (250,73,178). Sum of RGB (Red+Green+Blue) = 250+73+178=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49B2 is #05B64D. Grayscale: #898989. Windows color (decimal): -374350 or 11684346. OLE color: 11684346.

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

Color convert

RGB 250 73 178 -
CMYK 0 0.71 0.29 0.02
HSL 324.41º 0.95% 0.63% -
HSV(B) 324.41º 0.71% 0.98% -
XYZ 49.84 28.3 44.96 -
YUV 137.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 250 73 178 0 0.71 0.29 0.02 324.41 0.95 0.63
Hex FA 49 B2 0 47 1D 2 144 5F 3F
Octal 372 111 262 0 107 35 2 504 137 77
Binary 11111010 1001001 10110010 0 1000111 11101 10 101000100 1011111 111111

Color Harmonies of #FA49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49B2

Black with #FA49B2

Text Example


Text Example

White with #FA49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49B2; }

 p { color: rgb(250,73,178); }

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

background-color css

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

 a { background-color: rgb(250,73,178); }

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

border-color css

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

 span { border-color: rgb(250,73,178); }

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