Html Css Color HEX #FA55AB Brilliant Rose

📋 copy color: '#FA55AB'

red 250 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #FA55AB

Tints of Brilliant Rose #FA55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

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

R = 49.41%
G = 16.8%
B = 33.79%

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

#FA55AB (or 0xFA55AB) is known color: Brilliant Rose. HEX triplet: FA, 55 and AB. RGB value is (250,85,171). Sum of RGB (Red+Green+Blue) = 250+85+171=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55AB is #05AA54. Grayscale: #8F8F8F. Windows color (decimal): -371285 or 11228666. OLE color: 11228666.

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

Color convert

RGB 250 85 171 -
CMYK 0 0.66 0.32 0.02
HSL 328.73º 0.94% 0.66% -
HSV(B) 328.73º 0.66% 0.98% -
XYZ 50.02 29.76 41.64 -
YUV 144.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 250 85 171 0 0.66 0.32 0.02 328.73 0.94 0.66
Hex FA 55 AB 0 42 20 2 149 5E 42
Octal 372 125 253 0 102 40 2 511 136 102
Binary 11111010 1010101 10101011 0 1000010 100000 10 101001001 1011110 1000010

Color Harmonies of #FA55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55AB

Black with #FA55AB

Text Example


Text Example

White with #FA55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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