Html Css Color HEX #FB5BA4 Brilliant Rose

📋 copy color: '#FB5BA4'

red 251 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #FB5BA4

Tints of Brilliant Rose #FB5BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.41%

R = 49.6%
G = 17.98%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB5BA4 (or 0xFB5BA4) is known color: Brilliant Rose. HEX triplet: FB, 5B and A4. RGB value is (251,91,164). Sum of RGB (Red+Green+Blue) = 251+91+164=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BA4 is #04A45B. Grayscale: #939393. Windows color (decimal): -304220 or 10771451. OLE color: 10771451.

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

Color convert

RGB 251 91 164 -
CMYK 0 0.64 0.35 0.02
HSL 332.63º 0.95% 0.67% -
HSV(B) 332.63º 0.64% 0.98% -
XYZ 50.23 30.67 38.4 -
YUV 147.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 251 91 164 0 0.64 0.35 0.02 332.63 0.95 0.67
Hex FB 5B A4 0 40 23 2 14D 5F 43
Octal 373 133 244 0 100 43 2 515 137 103
Binary 11111011 1011011 10100100 0 1000000 100011 10 101001101 1011111 1000011

Color Harmonies of #FB5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BA4

Black with #FB5BA4

Text Example


Text Example

White with #FB5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BA4; }

 p { color: rgb(251,91,164); }

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

background-color css

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

 a { background-color: rgb(251,91,164); }

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

border-color css

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

 span { border-color: rgb(251,91,164); }

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