Html Css Color HEX #FA5C9F Brilliant Rose

📋 copy color: '#FA5C9F'

red 250 ◦ green 92 ◦ blue 159

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

Shades of Brilliant Rose #FA5C9F

Tints of Brilliant Rose #FA5C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 49.9%
G = 18.36%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA5C9F (or 0xFA5C9F) is known color: Brilliant Rose. HEX triplet: FA, 5C and 9F. RGB value is (250,92,159). Sum of RGB (Red+Green+Blue) = 250+92+159=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5C9F is #05A360. Grayscale: #929292. Windows color (decimal): -369505 or 10444026. OLE color: 10444026.

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

Color convert

RGB 250 92 159 -
CMYK 0 0.63 0.36 0.02
HSL 334.56º 0.94% 0.67% -
HSV(B) 334.56º 0.63% 0.98% -
XYZ 49.51 30.48 36.07 -
YUV 146.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 250 92 159 0 0.63 0.36 0.02 334.56 0.94 0.67
Hex FA 5C 9F 0 3F 24 2 14F 5E 43
Octal 372 134 237 0 77 44 2 517 136 103
Binary 11111010 1011100 10011111 0 111111 100100 10 101001111 1011110 1000011

Color Harmonies of #FA5C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C9F

Black with #FA5C9F

Text Example


Text Example

White with #FA5C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C9F; }

 p { color: rgb(250,92,159); }

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

background-color css

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

 a { background-color: rgb(250,92,159); }

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

border-color css

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

 span { border-color: rgb(250,92,159); }

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