Html Css Color HEX #FB4BA8 Brilliant Rose

📋 copy color: '#FB4BA8'

red 251 ◦ green 75 ◦ blue 168

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

Shades of Brilliant Rose #FB4BA8

Tints of Brilliant Rose #FB4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.18%

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 50.81%
G = 15.18%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB4BA8 (or 0xFB4BA8) is known color: Brilliant Rose. HEX triplet: FB, 4B and A8. RGB value is (251,75,168). Sum of RGB (Red+Green+Blue) = 251+75+168=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4BA8 is #04B457. Grayscale: #8A8A8A. Windows color (decimal): -308312 or 11029499. OLE color: 11029499.

HSL color Cylindrical-coordinate representation of color #FB4BA8: hue angle of 328.3º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 75 168 -
CMYK 0 0.70 0.33 0.02
HSL 328.3º 0.96% 0.64% -
HSV(B) 328.3º 0.7% 0.98% -
XYZ 49.37 28.37 39.92 -
YUV 138.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 251 75 168 0 0.70 0.33 0.02 328.3 0.96 0.64
Hex FB 4B A8 0 46 21 2 148 60 40
Octal 373 113 250 0 106 41 2 510 140 100
Binary 11111011 1001011 10101000 0 1000110 100001 10 101001000 1100000 1000000

Color Harmonies of #FB4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4BA8

Black with #FB4BA8

Text Example


Text Example

White with #FB4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4BA8; }

 p { color: rgb(251,75,168); }

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

background-color css

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

 a { background-color: rgb(251,75,168); }

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

border-color css

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

 span { border-color: rgb(251,75,168); }

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