Html Css Color HEX #FA62A2 Brilliant Rose

📋 copy color: '#FA62A2'

red 250 ◦ green 98 ◦ blue 162

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

Shades of Brilliant Rose #FA62A2

Tints of Brilliant Rose #FA62A2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.22%

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

R = 49.02%
G = 19.22%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA62A2 (or 0xFA62A2) is known color: Brilliant Rose. HEX triplet: FA, 62 and A2. RGB value is (250,98,162). Sum of RGB (Red+Green+Blue) = 250+98+162=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA62A2 is #059D5D. Grayscale: #969696. Windows color (decimal): -367966 or 10642170. OLE color: 10642170.

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

Color convert

RGB 250 98 162 -
CMYK 0 0.61 0.35 0.02
HSL 334.74º 0.94% 0.68% -
HSV(B) 334.74º 0.61% 0.98% -
XYZ 50.31 31.67 37.64 -
YUV 150.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 250 98 162 0 0.61 0.35 0.02 334.74 0.94 0.68
Hex FA 62 A2 0 3D 23 2 14F 5E 44
Octal 372 142 242 0 75 43 2 517 136 104
Binary 11111010 1100010 10100010 0 111101 100011 10 101001111 1011110 1000100

Color Harmonies of #FA62A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA62A2

Black with #FA62A2

Text Example


Text Example

White with #FA62A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA62A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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