Html Css Color HEX #FB48A8 Brilliant Rose

📋 copy color: '#FB48A8'

red 251 ◦ green 72 ◦ blue 168

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

Shades of Brilliant Rose #FB48A8

Tints of Brilliant Rose #FB48A8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.66%

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 51.12%
G = 14.66%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB48A8 (or 0xFB48A8) is known color: Brilliant Rose. HEX triplet: FB, 48 and A8. RGB value is (251,72,168). Sum of RGB (Red+Green+Blue) = 251+72+168=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB48A8 is #04B757. Grayscale: #888888. Windows color (decimal): -309080 or 11028731. OLE color: 11028731.

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

Color convert

RGB 251 72 168 -
CMYK 0 0.71 0.33 0.02
HSL 327.82º 0.96% 0.63% -
HSV(B) 327.82º 0.71% 0.98% -
XYZ 49.17 27.97 39.85 -
YUV 136.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 251 72 168 0 0.71 0.33 0.02 327.82 0.96 0.63
Hex FB 48 A8 0 47 21 2 148 60 3F
Octal 373 110 250 0 107 41 2 510 140 77
Binary 11111011 1001000 10101000 0 1000111 100001 10 101001000 1100000 111111

Color Harmonies of #FB48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48A8

Black with #FB48A8

Text Example


Text Example

White with #FB48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48A8; }

 p { color: rgb(251,72,168); }

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

background-color css

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

 a { background-color: rgb(251,72,168); }

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

border-color css

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

 span { border-color: rgb(251,72,168); }

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