Html Css Color HEX #FA46AB Brilliant Rose

📋 copy color: '#FA46AB'

red 250 ◦ green 70 ◦ blue 171

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

Shades of Brilliant Rose #FA46AB

Tints of Brilliant Rose #FA46AB

RGB

 RED value IS 250 (98.05% from 255) = 50.92%

 GREEN value IS 70 (27.73% from 255) = 14.26%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 50.92%
G = 14.26%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA46AB (or 0xFA46AB) is known color: Brilliant Rose. HEX triplet: FA, 46 and AB. RGB value is (250,70,171). Sum of RGB (Red+Green+Blue) = 250+70+171=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA46AB is #05B954. Grayscale: #878787. Windows color (decimal): -375125 or 11224826. OLE color: 11224826.

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

Color convert

RGB 250 70 171 -
CMYK 0 0.72 0.32 0.02
HSL 326.33º 0.95% 0.63% -
HSV(B) 326.33º 0.72% 0.98% -
XYZ 48.97 27.64 41.28 -
YUV 135.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 250 70 171 0 0.72 0.32 0.02 326.33 0.95 0.63
Hex FA 46 AB 0 48 20 2 146 5F 3F
Octal 372 106 253 0 110 40 2 506 137 77
Binary 11111010 1000110 10101011 0 1001000 100000 10 101000110 1011111 111111

Color Harmonies of #FA46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46AB

Black with #FA46AB

Text Example


Text Example

White with #FA46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46AB; }

 p { color: rgb(250,70,171); }

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

background-color css

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

 a { background-color: rgb(250,70,171); }

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

border-color css

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

 span { border-color: rgb(250,70,171); }

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