Html Css Color HEX #FB4DA9 Brilliant Rose

📋 copy color: '#FB4DA9'

red 251 ◦ green 77 ◦ blue 169

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

Shades of Brilliant Rose #FB4DA9

Tints of Brilliant Rose #FB4DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.49%

 BLUE value IS 169 (66.41% from 255) = 34%

R = 50.5%
G = 15.49%
B = 34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB4DA9 (or 0xFB4DA9) is known color: Brilliant Rose. HEX triplet: FB, 4D and A9. RGB value is (251,77,169). Sum of RGB (Red+Green+Blue) = 251+77+169=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DA9 is #04B256. Grayscale: #8B8B8B. Windows color (decimal): -307799 or 11095547. OLE color: 11095547.

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

Color convert

RGB 251 77 169 -
CMYK 0 0.69 0.33 0.02
HSL 328.28º 0.96% 0.64% -
HSV(B) 328.28º 0.69% 0.98% -
XYZ 49.6 28.68 40.46 -
YUV 139.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 251 77 169 0 0.69 0.33 0.02 328.28 0.96 0.64
Hex FB 4D A9 0 45 21 2 148 60 40
Octal 373 115 251 0 105 41 2 510 140 100
Binary 11111011 1001101 10101001 0 1000101 100001 10 101001000 1100000 1000000

Color Harmonies of #FB4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4DA9

Black with #FB4DA9

Text Example


Text Example

White with #FB4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4DA9; }

 p { color: rgb(251,77,169); }

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

background-color css

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

 a { background-color: rgb(251,77,169); }

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

border-color css

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

 span { border-color: rgb(251,77,169); }

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