Html Css Color HEX #FB5EAC Brilliant Rose

📋 copy color: '#FB5EAC'

red 251 ◦ green 94 ◦ blue 172

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

Shades of Brilliant Rose #FB5EAC

Tints of Brilliant Rose #FB5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.18%

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

R = 48.55%
G = 18.18%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB5EAC (or 0xFB5EAC) is known color: Brilliant Rose. HEX triplet: FB, 5E and AC. RGB value is (251,94,172). Sum of RGB (Red+Green+Blue) = 251+94+172=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5EAC is #04A153. Grayscale: #959595. Windows color (decimal): -303444 or 11296507. OLE color: 11296507.

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

Color convert

RGB 251 94 172 -
CMYK 0 0.63 0.31 0.02
HSL 330.19º 0.95% 0.68% -
HSV(B) 330.19º 0.63% 0.98% -
XYZ 51.23 31.49 42.41 -
YUV 149.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 251 94 172 0 0.63 0.31 0.02 330.19 0.95 0.68
Hex FB 5E AC 0 3F 1F 2 14A 5F 44
Octal 373 136 254 0 77 37 2 512 137 104
Binary 11111011 1011110 10101100 0 111111 11111 10 101001010 1011111 1000100

Color Harmonies of #FB5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EAC

Black with #FB5EAC

Text Example


Text Example

White with #FB5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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