Html Css Color HEX #FA4AB3 Brilliant Rose

📋 copy color: '#FA4AB3'

red 250 ◦ green 74 ◦ blue 179

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

Shades of Brilliant Rose #FA4AB3

Tints of Brilliant Rose #FA4AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 49.7%
G = 14.71%
B = 35.59%

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

#FA4AB3 (or 0xFA4AB3) is known color: Brilliant Rose. HEX triplet: FA, 4A and B3. RGB value is (250,74,179). Sum of RGB (Red+Green+Blue) = 250+74+179=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AB3 is #05B54C. Grayscale: #8A8A8A. Windows color (decimal): -374093 or 11750138. OLE color: 11750138.

HSL color Cylindrical-coordinate representation of color #FA4AB3: hue angle of 324.2º 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 #FA4AB3 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 179 -
CMYK 0 0.70 0.28 0.02
HSL 324.2º 0.95% 0.64% -
HSV(B) 324.2º 0.7% 0.98% -
XYZ 50.01 28.48 45.51 -
YUV 138.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 250 74 179 0 0.70 0.28 0.02 324.2 0.95 0.64
Hex FA 4A B3 0 46 1C 2 144 5F 40
Octal 372 112 263 0 106 34 2 504 137 100
Binary 11111010 1001010 10110011 0 1000110 11100 10 101000100 1011111 1000000

Color Harmonies of #FA4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AB3

Black with #FA4AB3

Text Example


Text Example

White with #FA4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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