Html Css Color HEX #FA56AB Brilliant Rose

📋 copy color: '#FA56AB'

red 250 ◦ green 86 ◦ blue 171

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

Shades of Brilliant Rose #FA56AB

Tints of Brilliant Rose #FA56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.96%

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

R = 49.31%
G = 16.96%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA56AB (or 0xFA56AB) is known color: Brilliant Rose. HEX triplet: FA, 56 and AB. RGB value is (250,86,171). Sum of RGB (Red+Green+Blue) = 250+86+171=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA56AB is #05A954. Grayscale: #909090. Windows color (decimal): -371029 or 11228922. OLE color: 11228922.

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

Color convert

RGB 250 86 171 -
CMYK 0 0.66 0.32 0.02
HSL 328.9º 0.94% 0.66% -
HSV(B) 328.9º 0.66% 0.98% -
XYZ 50.1 29.92 41.66 -
YUV 144.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 250 86 171 0 0.66 0.32 0.02 328.9 0.94 0.66
Hex FA 56 AB 0 42 20 2 149 5E 42
Octal 372 126 253 0 102 40 2 511 136 102
Binary 11111010 1010110 10101011 0 1000010 100000 10 101001001 1011110 1000010

Color Harmonies of #FA56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA56AB

Black with #FA56AB

Text Example


Text Example

White with #FA56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA56AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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