#FB43A7

Color #FB43A7 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FB43A7

Tints of Brilliant Rose #FB43A7

Color information

#FB43A7 (or 0xFB43A7) is unknown color: approx Brilliant Rose. HEX triplet: FB, 43 and A7. RGB value is (251,67,167). Sum of RGB (Red+Green+Blue) = 251+67+167=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB43A7 is #04BC58. Grayscale: #858585. Windows color (decimal): -310361 or 10961915. OLE color: 10961915.

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

Color convert

RGB25167167-
CMYK00.730.330.02
HSL327.39º95.83%62.35%-
HSV(B)327.39º73.31%98.43%-
XYZ48.7727.3139.26-
YUV133.42146.96211.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 67 (26.56% from 255) = 13.81%
BLUE value IS 167 (65.62% from 255) = 34.43%
R=51.75%
G=13.81%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516716700.730.330.02327.3995.8362.35
HexFB43A7049212147603e
Octal373103247011141250714076
Binary1111101110000111010011101001001100001101010001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB43A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB43A7; }

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

 H1.HeaderClassName
 {
   color: #FB43A7;
 }
 .AnyTagClassName
 {
   color: #FB43A7;
 }
</style>
background-color css

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

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

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

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

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

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