Html Css Color HEX #FB52B8 Brilliant Rose

📋 copy color: '#FB52B8'

red 251 ◦ green 82 ◦ blue 184

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

Shades of Brilliant Rose #FB52B8

Tints of Brilliant Rose #FB52B8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.86%

 BLUE value IS 184 (72.27% from 255) = 35.59%

R = 48.55%
G = 15.86%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB52B8 (or 0xFB52B8) is known color: Brilliant Rose. HEX triplet: FB, 52 and B8. RGB value is (251,82,184). Sum of RGB (Red+Green+Blue) = 251+82+184=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52B8 is #04AD47. Grayscale: #8F8F8F. Windows color (decimal): -306504 or 12079867. OLE color: 12079867.

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

Color convert

RGB 251 82 184 -
CMYK 0 0.67 0.27 0.02
HSL 323.79º 0.95% 0.65% -
HSV(B) 323.79º 0.67% 0.98% -
XYZ 51.45 30 48.43 -
YUV 144.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 251 82 184 0 0.67 0.27 0.02 323.79 0.95 0.65
Hex FB 52 B8 0 43 1B 2 144 5F 41
Octal 373 122 270 0 103 33 2 504 137 101
Binary 11111011 1010010 10111000 0 1000011 11011 10 101000100 1011111 1000001

Color Harmonies of #FB52B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52B8

Black with #FB52B8

Text Example


Text Example

White with #FB52B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52B8; }

 p { color: rgb(251,82,184); }

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

background-color css

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

 a { background-color: rgb(251,82,184); }

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

border-color css

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

 span { border-color: rgb(251,82,184); }

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