Html Css Color HEX #FB5AAC Brilliant Rose

📋 copy color: '#FB5AAC'

red 251 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #FB5AAC

Tints of Brilliant Rose #FB5AAC

RGB

 RED value IS 251 (98.44% from 255) = 48.93%

 GREEN value IS 90 (35.55% from 255) = 17.54%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 48.93%
G = 17.54%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB5AAC (or 0xFB5AAC) is known color: Brilliant Rose. HEX triplet: FB, 5A and AC. RGB value is (251,90,172). Sum of RGB (Red+Green+Blue) = 251+90+172=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5AAC is #04A553. Grayscale: #939393. Windows color (decimal): -304468 or 11295483. OLE color: 11295483.

HSL color Cylindrical-coordinate representation of color #FB5AAC: hue angle of 329.44º degrees, saturation: 0.95, 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 #FB5AAC is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 172 -
CMYK 0 0.64 0.31 0.02
HSL 329.44º 0.95% 0.67% -
HSV(B) 329.44º 0.64% 0.98% -
XYZ 50.89 30.8 42.29 -
YUV 147.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 251 90 172 0 0.64 0.31 0.02 329.44 0.95 0.67
Hex FB 5A AC 0 40 1F 2 149 5F 43
Octal 373 132 254 0 100 37 2 511 137 103
Binary 11111011 1011010 10101100 0 1000000 11111 10 101001001 1011111 1000011

Color Harmonies of #FB5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AAC

Black with #FB5AAC

Text Example


Text Example

White with #FB5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AAC; }

 p { color: rgb(251,90,172); }

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

background-color css

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

 a { background-color: rgb(251,90,172); }

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

border-color css

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

 span { border-color: rgb(251,90,172); }

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