Html Css Color HEX #FA48AB Brilliant Rose

📋 copy color: '#FA48AB'

red 250 ◦ green 72 ◦ blue 171

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

Shades of Brilliant Rose #FA48AB

Tints of Brilliant Rose #FA48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.6%

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

R = 50.71%
G = 14.6%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA48AB (or 0xFA48AB) is known color: Brilliant Rose. HEX triplet: FA, 48 and AB. RGB value is (250,72,171). Sum of RGB (Red+Green+Blue) = 250+72+171=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA48AB is #05B754. Grayscale: #888888. Windows color (decimal): -374613 or 11225338. OLE color: 11225338.

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

Color convert

RGB 250 72 171 -
CMYK 0 0.71 0.32 0.02
HSL 326.63º 0.95% 0.63% -
HSV(B) 326.63º 0.71% 0.98% -
XYZ 49.09 27.9 41.33 -
YUV 136.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 250 72 171 0 0.71 0.32 0.02 326.63 0.95 0.63
Hex FA 48 AB 0 47 20 2 147 5F 3F
Octal 372 110 253 0 107 40 2 507 137 77
Binary 11111010 1001000 10101011 0 1000111 100000 10 101000111 1011111 111111

Color Harmonies of #FA48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48AB

Black with #FA48AB

Text Example


Text Example

White with #FA48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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