Html Css Color HEX #FB53B2 Brilliant Rose

📋 copy color: '#FB53B2'

red 251 ◦ green 83 ◦ blue 178

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

Shades of Brilliant Rose #FB53B2

Tints of Brilliant Rose #FB53B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 49.02%
G = 16.21%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB53B2 (or 0xFB53B2) is known color: Brilliant Rose. HEX triplet: FB, 53 and B2. RGB value is (251,83,178). Sum of RGB (Red+Green+Blue) = 251+83+178=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53B2 is #04AC4D. Grayscale: #8F8F8F. Windows color (decimal): -306254 or 11686907. OLE color: 11686907.

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

Color convert

RGB 251 83 178 -
CMYK 0 0.67 0.29 0.02
HSL 326.07º 0.95% 0.65% -
HSV(B) 326.07º 0.67% 0.98% -
XYZ 50.91 29.91 45.21 -
YUV 144.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 251 83 178 0 0.67 0.29 0.02 326.07 0.95 0.65
Hex FB 53 B2 0 43 1D 2 146 5F 41
Octal 373 123 262 0 103 35 2 506 137 101
Binary 11111011 1010011 10110010 0 1000011 11101 10 101000110 1011111 1000001

Color Harmonies of #FB53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53B2

Black with #FB53B2

Text Example


Text Example

White with #FB53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53B2; }

 p { color: rgb(251,83,178); }

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

background-color css

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

 a { background-color: rgb(251,83,178); }

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

border-color css

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

 span { border-color: rgb(251,83,178); }

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