Html Css Color HEX #FA58AB Brilliant Rose

📋 copy color: '#FA58AB'

red 250 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #FA58AB

Tints of Brilliant Rose #FA58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 49.12%
G = 17.29%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA58AB (or 0xFA58AB) is known color: Brilliant Rose. HEX triplet: FA, 58 and AB. RGB value is (250,88,171). Sum of RGB (Red+Green+Blue) = 250+88+171=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58AB is #05A754. Grayscale: #919191. Windows color (decimal): -370517 or 11229434. OLE color: 11229434.

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

Color convert

RGB 250 88 171 -
CMYK 0 0.65 0.32 0.02
HSL 329.26º 0.94% 0.66% -
HSV(B) 329.26º 0.65% 0.98% -
XYZ 50.26 30.24 41.72 -
YUV 145.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 250 88 171 0 0.65 0.32 0.02 329.26 0.94 0.66
Hex FA 58 AB 0 41 20 2 149 5E 42
Octal 372 130 253 0 101 40 2 511 136 102
Binary 11111010 1011000 10101011 0 1000001 100000 10 101001001 1011110 1000010

Color Harmonies of #FA58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58AB

Black with #FA58AB

Text Example


Text Example

White with #FA58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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