Html Css Color HEX #FA49A2 Brilliant Rose

📋 copy color: '#FA49A2'

red 250 ◦ green 73 ◦ blue 162

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

Shades of Brilliant Rose #FA49A2

Tints of Brilliant Rose #FA49A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 51.55%
G = 15.05%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA49A2 (or 0xFA49A2) is known color: Brilliant Rose. HEX triplet: FA, 49 and A2. RGB value is (250,73,162). Sum of RGB (Red+Green+Blue) = 250+73+162=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA49A2 is #05B65D. Grayscale: #878787. Windows color (decimal): -374366 or 10635770. OLE color: 10635770.

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

Color convert

RGB 250 73 162 -
CMYK 0 0.71 0.35 0.02
HSL 329.83º 0.95% 0.63% -
HSV(B) 329.83º 0.71% 0.98% -
XYZ 48.33 27.7 36.98 -
YUV 136.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 250 73 162 0 0.71 0.35 0.02 329.83 0.95 0.63
Hex FA 49 A2 0 47 23 2 14A 5F 3F
Octal 372 111 242 0 107 43 2 512 137 77
Binary 11111010 1001001 10100010 0 1000111 100011 10 101001010 1011111 111111

Color Harmonies of #FA49A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA49A2

Black with #FA49A2

Text Example


Text Example

White with #FA49A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA49A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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