Html Css Color HEX #FB51A2 Brilliant Rose

📋 copy color: '#FB51A2'

red 251 ◦ green 81 ◦ blue 162

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

Shades of Brilliant Rose #FB51A2

Tints of Brilliant Rose #FB51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.4%

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 50.81%
G = 16.4%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB51A2 (or 0xFB51A2) is known color: Brilliant Rose. HEX triplet: FB, 51 and A2. RGB value is (251,81,162). Sum of RGB (Red+Green+Blue) = 251+81+162=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB51A2 is #04AE5D. Grayscale: #8C8C8C. Windows color (decimal): -306782 or 10637819. OLE color: 10637819.

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

Color convert

RGB 251 81 162 -
CMYK 0 0.68 0.35 0.02
HSL 331.41º 0.96% 0.65% -
HSV(B) 331.41º 0.68% 0.98% -
XYZ 49.25 29 37.18 -
YUV 141.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 251 81 162 0 0.68 0.35 0.02 331.41 0.96 0.65
Hex FB 51 A2 0 44 23 2 14B 60 41
Octal 373 121 242 0 104 43 2 513 140 101
Binary 11111011 1010001 10100010 0 1000100 100011 10 101001011 1100000 1000001

Color Harmonies of #FB51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51A2

Black with #FB51A2

Text Example


Text Example

White with #FB51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51A2; }

 p { color: rgb(251,81,162); }

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

background-color css

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

 a { background-color: rgb(251,81,162); }

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

border-color css

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

 span { border-color: rgb(251,81,162); }

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