Html Css Color HEX #FB5D9A Brilliant Rose

📋 copy color: '#FB5D9A'

red 251 ◦ green 93 ◦ blue 154

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

Shades of Brilliant Rose #FB5D9A

Tints of Brilliant Rose #FB5D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 50.4%
G = 18.67%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB5D9A (or 0xFB5D9A) is known color: Brilliant Rose. HEX triplet: FB, 5D and 9A. RGB value is (251,93,154). Sum of RGB (Red+Green+Blue) = 251+93+154=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D9A is #04A265. Grayscale: #939393. Windows color (decimal): -303718 or 10116603. OLE color: 10116603.

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

Color convert

RGB 251 93 154 -
CMYK 0 0.63 0.39 0.02
HSL 336.84º 0.95% 0.67% -
HSV(B) 336.84º 0.63% 0.98% -
XYZ 49.53 30.67 33.88 -
YUV 147.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 251 93 154 0 0.63 0.39 0.02 336.84 0.95 0.67
Hex FB 5D 9A 0 3F 27 2 151 5F 43
Octal 373 135 232 0 77 47 2 521 137 103
Binary 11111011 1011101 10011010 0 111111 100111 10 101010001 1011111 1000011

Color Harmonies of #FB5D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D9A

Black with #FB5D9A

Text Example


Text Example

White with #FB5D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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