Html Css Color HEX #FB509A Brilliant Rose

📋 copy color: '#FB509A'

red 251 ◦ green 80 ◦ blue 154

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

Shades of Brilliant Rose #FB509A

Tints of Brilliant Rose #FB509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 51.75%
G = 16.49%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB509A (or 0xFB509A) is known color: Brilliant Rose. HEX triplet: FB, 50 and 9A. RGB value is (251,80,154). Sum of RGB (Red+Green+Blue) = 251+80+154=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB509A is #04AF65. Grayscale: #8B8B8B. Windows color (decimal): -307046 or 10113275. OLE color: 10113275.

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

Color convert

RGB 251 80 154 -
CMYK 0 0.68 0.39 0.02
HSL 334.04º 0.96% 0.65% -
HSV(B) 334.04º 0.68% 0.98% -
XYZ 48.49 28.58 33.53 -
YUV 139.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 251 80 154 0 0.68 0.39 0.02 334.04 0.96 0.65
Hex FB 50 9A 0 44 27 2 14E 60 41
Octal 373 120 232 0 104 47 2 516 140 101
Binary 11111011 1010000 10011010 0 1000100 100111 10 101001110 1100000 1000001

Color Harmonies of #FB509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB509A

Black with #FB509A

Text Example


Text Example

White with #FB509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB509A; }

 p { color: rgb(251,80,154); }

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

background-color css

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

 a { background-color: rgb(251,80,154); }

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

border-color css

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

 span { border-color: rgb(251,80,154); }

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