Html Css Color HEX #FB4FA7 Brilliant Rose

📋 copy color: '#FB4FA7'

red 251 ◦ green 79 ◦ blue 167

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

Shades of Brilliant Rose #FB4FA7

Tints of Brilliant Rose #FB4FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.6%

R = 50.5%
G = 15.9%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB4FA7 (or 0xFB4FA7) is known color: Brilliant Rose. HEX triplet: FB, 4F and A7. RGB value is (251,79,167). Sum of RGB (Red+Green+Blue) = 251+79+167=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FA7 is #04B058. Grayscale: #8C8C8C. Windows color (decimal): -307289 or 10964987. OLE color: 10964987.

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

Color convert

RGB 251 79 167 -
CMYK 0 0.69 0.33 0.02
HSL 329.3º 0.96% 0.65% -
HSV(B) 329.3º 0.69% 0.98% -
XYZ 49.55 28.89 39.52 -
YUV 140.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 251 79 167 0 0.69 0.33 0.02 329.3 0.96 0.65
Hex FB 4F A7 0 45 21 2 149 60 41
Octal 373 117 247 0 105 41 2 511 140 101
Binary 11111011 1001111 10100111 0 1000101 100001 10 101001001 1100000 1000001

Color Harmonies of #FB4FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FA7

Black with #FB4FA7

Text Example


Text Example

White with #FB4FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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