Html Css Color HEX #FA5BAF Brilliant Rose

📋 copy color: '#FA5BAF'

red 250 ◦ green 91 ◦ blue 175

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

Shades of Brilliant Rose #FA5BAF

Tints of Brilliant Rose #FA5BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 48.45%
G = 17.64%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA5BAF (or 0xFA5BAF) is known color: Brilliant Rose. HEX triplet: FA, 5B and AF. RGB value is (250,91,175). Sum of RGB (Red+Green+Blue) = 250+91+175=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BAF is #05A450. Grayscale: #939393. Windows color (decimal): -369745 or 11492346. OLE color: 11492346.

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

Color convert

RGB 250 91 175 -
CMYK 0 0.64 0.3 0.02
HSL 328.3º 0.94% 0.67% -
HSV(B) 328.3º 0.64% 0.98% -
XYZ 50.9 30.9 43.84 -
YUV 148.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 250 91 175 0 0.64 0.3 0.02 328.3 0.94 0.67
Hex FA 5B AF 0 40 1E 2 148 5E 43
Octal 372 133 257 0 100 36 2 510 136 103
Binary 11111010 1011011 10101111 0 1000000 11110 10 101001000 1011110 1000011

Color Harmonies of #FA5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BAF

Black with #FA5BAF

Text Example


Text Example

White with #FA5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BAF; }

 p { color: rgb(250,91,175); }

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

background-color css

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

 a { background-color: rgb(250,91,175); }

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

border-color css

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

 span { border-color: rgb(250,91,175); }

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