#FA4EBB

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

Shades of Brilliant Rose #FA4EBB

Tints of Brilliant Rose #FA4EBB

Color information

#FA4EBB (or 0xFA4EBB) is unknown color: approx Brilliant Rose. HEX triplet: FA, 4E and BB. RGB value is (250,78,187). Sum of RGB (Red+Green+Blue) = 250+78+187=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EBB is #05B144. Grayscale: #8D8D8D. Windows color (decimal): -373061 or 12275450. OLE color: 12275450.

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

Color convert

RGB25078187-
CMYK00.690.250.02
HSL321.98º94.51%64.31%-
HSV(B)321.98º68.8%98.04%-
XYZ51.1229.3649.99-
YUV141.85153.48205.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 78 (30.86% from 255) = 15.15%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=48.54%
G=15.15%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507818700.690.250.02321.9894.5164.31
HexFA4EBB0451921425f40
Octal3721162730105312502137100
Binary1111101010011101011101101000101110011010100001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4EBB; }

 p { color: rgb(250,78,187); }

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

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

 a { background-color: rgb(250,78,187); }

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

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

 span { border-color: rgb(250,78,187); }

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