Html Css Color HEX #FA4AB5 Brilliant Rose

📋 copy color: '#FA4AB5'

red 250 ◦ green 74 ◦ blue 181

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

Shades of Brilliant Rose #FA4AB5

Tints of Brilliant Rose #FA4AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.65%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 49.5%
G = 14.65%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA4AB5 (or 0xFA4AB5) is known color: Brilliant Rose. HEX triplet: FA, 4A and B5. RGB value is (250,74,181). Sum of RGB (Red+Green+Blue) = 250+74+181=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AB5 is #05B54A. Grayscale: #8A8A8A. Windows color (decimal): -374091 or 11881210. OLE color: 11881210.

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

Color convert

RGB 250 74 181 -
CMYK 0 0.70 0.28 0.02
HSL 323.52º 0.95% 0.64% -
HSV(B) 323.52º 0.7% 0.98% -
XYZ 50.21 28.56 46.58 -
YUV 138.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 250 74 181 0 0.70 0.28 0.02 323.52 0.95 0.64
Hex FA 4A B5 0 46 1C 2 144 5F 40
Octal 372 112 265 0 106 34 2 504 137 100
Binary 11111010 1001010 10110101 0 1000110 11100 10 101000100 1011111 1000000

Color Harmonies of #FA4AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AB5

Black with #FA4AB5

Text Example


Text Example

White with #FA4AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AB5; }

 p { color: rgb(250,74,181); }

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

background-color css

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

 a { background-color: rgb(250,74,181); }

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

border-color css

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

 span { border-color: rgb(250,74,181); }

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