Html Css Color HEX #FB4DA5 Brilliant Rose

📋 copy color: '#FB4DA5'

red 251 ◦ green 77 ◦ blue 165

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

Shades of Brilliant Rose #FB4DA5

Tints of Brilliant Rose #FB4DA5

RGB

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

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

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

R = 50.91%
G = 15.62%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB4DA5 (or 0xFB4DA5) is known color: Brilliant Rose. HEX triplet: FB, 4D and A5. RGB value is (251,77,165). Sum of RGB (Red+Green+Blue) = 251+77+165=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DA5 is #04B25A. Grayscale: #8A8A8A. Windows color (decimal): -307803 or 10833403. OLE color: 10833403.

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

Color convert

RGB 251 77 165 -
CMYK 0 0.69 0.34 0.02
HSL 329.66º 0.96% 0.64% -
HSV(B) 329.66º 0.69% 0.98% -
XYZ 49.23 28.53 38.51 -
YUV 139.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 251 77 165 0 0.69 0.34 0.02 329.66 0.96 0.64
Hex FB 4D A5 0 45 22 2 14A 60 40
Octal 373 115 245 0 105 42 2 512 140 100
Binary 11111011 1001101 10100101 0 1000101 100010 10 101001010 1100000 1000000

Color Harmonies of #FB4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4DA5

Black with #FB4DA5

Text Example


Text Example

White with #FB4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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