Html Css Color HEX #FA4BA3 Brilliant Rose

📋 copy color: '#FA4BA3'

red 250 ◦ green 75 ◦ blue 163

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

Shades of Brilliant Rose #FA4BA3

Tints of Brilliant Rose #FA4BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.37%

 BLUE value IS 163 (64.06% from 255) = 33.4%

R = 51.23%
G = 15.37%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA4BA3 (or 0xFA4BA3) is known color: Brilliant Rose. HEX triplet: FA, 4B and A3. RGB value is (250,75,163). Sum of RGB (Red+Green+Blue) = 250+75+163=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4BA3 is #05B45C. Grayscale: #898989. Windows color (decimal): -373853 or 10701818. OLE color: 10701818.

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

Color convert

RGB 250 75 163 -
CMYK 0 0.7 0.35 0.02
HSL 329.83º 0.95% 0.64% -
HSV(B) 329.83º 0.7% 0.98% -
XYZ 48.55 28 37.5 -
YUV 137.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 250 75 163 0 0.7 0.35 0.02 329.83 0.95 0.64
Hex FA 4B A3 0 46 23 2 14A 5F 40
Octal 372 113 243 0 106 43 2 512 137 100
Binary 11111010 1001011 10100011 0 1000110 100011 10 101001010 1011111 1000000

Color Harmonies of #FA4BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BA3

Black with #FA4BA3

Text Example


Text Example

White with #FA4BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BA3; }

 p { color: rgb(250,75,163); }

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

background-color css

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

 a { background-color: rgb(250,75,163); }

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

border-color css

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

 span { border-color: rgb(250,75,163); }

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