Html Css Color HEX #FA58A1 Brilliant Rose

📋 copy color: '#FA58A1'

red 250 ◦ green 88 ◦ blue 161

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

Shades of Brilliant Rose #FA58A1

Tints of Brilliant Rose #FA58A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.64%

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 50.1%
G = 17.64%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA58A1 (or 0xFA58A1) is known color: Brilliant Rose. HEX triplet: FA, 58 and A1. RGB value is (250,88,161). Sum of RGB (Red+Green+Blue) = 250+88+161=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58A1 is #05A75E. Grayscale: #909090. Windows color (decimal): -370527 or 10574074. OLE color: 10574074.

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

Color convert

RGB 250 88 161 -
CMYK 0 0.65 0.36 0.02
HSL 332.96º 0.94% 0.66% -
HSV(B) 332.96º 0.65% 0.98% -
XYZ 49.35 29.88 36.88 -
YUV 144.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 250 88 161 0 0.65 0.36 0.02 332.96 0.94 0.66
Hex FA 58 A1 0 41 24 2 14D 5E 42
Octal 372 130 241 0 101 44 2 515 136 102
Binary 11111010 1011000 10100001 0 1000001 100100 10 101001101 1011110 1000010

Color Harmonies of #FA58A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58A1

Black with #FA58A1

Text Example


Text Example

White with #FA58A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58A1; }

 p { color: rgb(250,88,161); }

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

background-color css

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

 a { background-color: rgb(250,88,161); }

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

border-color css

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

 span { border-color: rgb(250,88,161); }

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