Html Css Color HEX #FA58A7 Brilliant Rose

📋 copy color: '#FA58A7'

red 250 ◦ green 88 ◦ blue 167

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

Shades of Brilliant Rose #FA58A7

Tints of Brilliant Rose #FA58A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 49.5%
G = 17.43%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA58A7 (or 0xFA58A7) is known color: Brilliant Rose. HEX triplet: FA, 58 and A7. RGB value is (250,88,167). Sum of RGB (Red+Green+Blue) = 250+88+167=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58A7 is #05A758. Grayscale: #919191. Windows color (decimal): -370521 or 10967290. OLE color: 10967290.

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

Color convert

RGB 250 88 167 -
CMYK 0 0.65 0.33 0.02
HSL 330.74º 0.94% 0.66% -
HSV(B) 330.74º 0.65% 0.98% -
XYZ 49.89 30.09 39.74 -
YUV 145.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 250 88 167 0 0.65 0.33 0.02 330.74 0.94 0.66
Hex FA 58 A7 0 41 21 2 14B 5E 42
Octal 372 130 247 0 101 41 2 513 136 102
Binary 11111010 1011000 10100111 0 1000001 100001 10 101001011 1011110 1000010

Color Harmonies of #FA58A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58A7

Black with #FA58A7

Text Example


Text Example

White with #FA58A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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