Html Css Color HEX #FB4FA1 Brilliant Rose

📋 copy color: '#FB4FA1'

red 251 ◦ green 79 ◦ blue 161

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

Shades of Brilliant Rose #FB4FA1

Tints of Brilliant Rose #FB4FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 51.12%
G = 16.09%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB4FA1 (or 0xFB4FA1) is known color: Brilliant Rose. HEX triplet: FB, 4F and A1. RGB value is (251,79,161). Sum of RGB (Red+Green+Blue) = 251+79+161=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FA1 is #04B05E. Grayscale: #8B8B8B. Windows color (decimal): -307295 or 10571771. OLE color: 10571771.

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

Color convert

RGB 251 79 161 -
CMYK 0 0.69 0.36 0.02
HSL 331.4º 0.96% 0.65% -
HSV(B) 331.4º 0.69% 0.98% -
XYZ 49.01 28.67 36.67 -
YUV 139.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 251 79 161 0 0.69 0.36 0.02 331.4 0.96 0.65
Hex FB 4F A1 0 45 24 2 14B 60 41
Octal 373 117 241 0 105 44 2 513 140 101
Binary 11111011 1001111 10100001 0 1000101 100100 10 101001011 1100000 1000001

Color Harmonies of #FB4FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FA1

Black with #FB4FA1

Text Example


Text Example

White with #FB4FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FA1; }

 p { color: rgb(251,79,161); }

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

background-color css

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

 a { background-color: rgb(251,79,161); }

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

border-color css

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

 span { border-color: rgb(251,79,161); }

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