Html Css Color HEX #FB4BA5 Brilliant Rose

📋 copy color: '#FB4BA5'

red 251 ◦ green 75 ◦ blue 165

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

Shades of Brilliant Rose #FB4BA5

Tints of Brilliant Rose #FB4BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 51.12%
G = 15.27%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB4BA5 (or 0xFB4BA5) is known color: Brilliant Rose. HEX triplet: FB, 4B and A5. RGB value is (251,75,165). Sum of RGB (Red+Green+Blue) = 251+75+165=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4BA5 is #04B45A. Grayscale: #898989. Windows color (decimal): -308315 or 10832891. OLE color: 10832891.

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

Color convert

RGB 251 75 165 -
CMYK 0 0.70 0.34 0.02
HSL 329.32º 0.96% 0.64% -
HSV(B) 329.32º 0.7% 0.98% -
XYZ 49.09 28.26 38.46 -
YUV 137.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 251 75 165 0 0.70 0.34 0.02 329.32 0.96 0.64
Hex FB 4B A5 0 46 22 2 149 60 40
Octal 373 113 245 0 106 42 2 511 140 100
Binary 11111011 1001011 10100101 0 1000110 100010 10 101001001 1100000 1000000

Color Harmonies of #FB4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4BA5

Black with #FB4BA5

Text Example


Text Example

White with #FB4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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