Html Css Color HEX #FA60A2 Brilliant Rose

📋 copy color: '#FA60A2'

red 250 ◦ green 96 ◦ blue 162

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

Shades of Brilliant Rose #FA60A2

Tints of Brilliant Rose #FA60A2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.9%

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

R = 49.21%
G = 18.9%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA60A2 (or 0xFA60A2) is known color: Brilliant Rose. HEX triplet: FA, 60 and A2. RGB value is (250,96,162). Sum of RGB (Red+Green+Blue) = 250+96+162=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60A2 is #059F5D. Grayscale: #959595. Windows color (decimal): -368478 or 10641658. OLE color: 10641658.

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

Color convert

RGB 250 96 162 -
CMYK 0 0.62 0.35 0.02
HSL 334.29º 0.94% 0.68% -
HSV(B) 334.29º 0.62% 0.98% -
XYZ 50.13 31.3 37.58 -
YUV 149.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 250 96 162 0 0.62 0.35 0.02 334.29 0.94 0.68
Hex FA 60 A2 0 3E 23 2 14E 5E 44
Octal 372 140 242 0 76 43 2 516 136 104
Binary 11111010 1100000 10100010 0 111110 100011 10 101001110 1011110 1000100

Color Harmonies of #FA60A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60A2

Black with #FA60A2

Text Example


Text Example

White with #FA60A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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