Html Css Color HEX #FB4FA6 Brilliant Rose

📋 copy color: '#FB4FA6'

red 251 ◦ green 79 ◦ blue 166

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

Shades of Brilliant Rose #FB4FA6

Tints of Brilliant Rose #FB4FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 50.6%
G = 15.93%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB4FA6 (or 0xFB4FA6) is known color: Brilliant Rose. HEX triplet: FB, 4F and A6. RGB value is (251,79,166). Sum of RGB (Red+Green+Blue) = 251+79+166=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FA6 is #04B059. Grayscale: #8C8C8C. Windows color (decimal): -307290 or 10899451. OLE color: 10899451.

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

Color convert

RGB 251 79 166 -
CMYK 0 0.69 0.34 0.02
HSL 329.65º 0.96% 0.65% -
HSV(B) 329.65º 0.69% 0.98% -
XYZ 49.46 28.85 39.04 -
YUV 140.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 251 79 166 0 0.69 0.34 0.02 329.65 0.96 0.65
Hex FB 4F A6 0 45 22 2 14A 60 41
Octal 373 117 246 0 105 42 2 512 140 101
Binary 11111011 1001111 10100110 0 1000101 100010 10 101001010 1100000 1000001

Color Harmonies of #FB4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FA6

Black with #FB4FA6

Text Example


Text Example

White with #FB4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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