Html Css Color HEX #FA54B1 Brilliant Rose

📋 copy color: '#FA54B1'

red 250 ◦ green 84 ◦ blue 177

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

Shades of Brilliant Rose #FA54B1

Tints of Brilliant Rose #FA54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.44%

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 48.92%
G = 16.44%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA54B1 (or 0xFA54B1) is known color: Brilliant Rose. HEX triplet: FA, 54 and B1. RGB value is (250,84,177). Sum of RGB (Red+Green+Blue) = 250+84+177=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA54B1 is #05AB4E. Grayscale: #909090. Windows color (decimal): -371535 or 11621626. OLE color: 11621626.

HSL color Cylindrical-coordinate representation of color #FA54B1: hue angle of 326.39º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54B1 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 177 -
CMYK 0 0.66 0.29 0.02
HSL 326.39º 0.94% 0.65% -
HSV(B) 326.39º 0.66% 0.98% -
XYZ 50.53 29.84 44.69 -
YUV 144.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 250 84 177 0 0.66 0.29 0.02 326.39 0.94 0.65
Hex FA 54 B1 0 42 1D 2 146 5E 41
Octal 372 124 261 0 102 35 2 506 136 101
Binary 11111010 1010100 10110001 0 1000010 11101 10 101000110 1011110 1000001

Color Harmonies of #FA54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54B1

Black with #FA54B1

Text Example


Text Example

White with #FA54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54B1; }

 p { color: rgb(250,84,177); }

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

background-color css

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

 a { background-color: rgb(250,84,177); }

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

border-color css

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

 span { border-color: rgb(250,84,177); }

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