Html Css Color HEX #FA5FA2 Brilliant Rose

📋 copy color: '#FA5FA2'

red 250 ◦ green 95 ◦ blue 162

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

Shades of Brilliant Rose #FA5FA2

Tints of Brilliant Rose #FA5FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 49.31%
G = 18.74%
B = 31.95%

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

#FA5FA2 (or 0xFA5FA2) is known color: Brilliant Rose. HEX triplet: FA, 5F and A2. RGB value is (250,95,162). Sum of RGB (Red+Green+Blue) = 250+95+162=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FA2 is #05A05D. Grayscale: #949494. Windows color (decimal): -368734 or 10641402. OLE color: 10641402.

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

Color convert

RGB 250 95 162 -
CMYK 0 0.62 0.35 0.02
HSL 334.06º 0.94% 0.68% -
HSV(B) 334.06º 0.62% 0.98% -
XYZ 50.04 31.12 37.55 -
YUV 148.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 250 95 162 0 0.62 0.35 0.02 334.06 0.94 0.68
Hex FA 5F A2 0 3E 23 2 14E 5E 44
Octal 372 137 242 0 76 43 2 516 136 104
Binary 11111010 1011111 10100010 0 111110 100011 10 101001110 1011110 1000100

Color Harmonies of #FA5FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FA2

Black with #FA5FA2

Text Example


Text Example

White with #FA5FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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