Html Css Color HEX #FA4BA0 Brilliant Rose

📋 copy color: '#FA4BA0'

red 250 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #FA4BA0

Tints of Brilliant Rose #FA4BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 51.55%
G = 15.46%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA4BA0 (or 0xFA4BA0) is known color: Brilliant Rose. HEX triplet: FA, 4B and A0. RGB value is (250,75,160). Sum of RGB (Red+Green+Blue) = 250+75+160=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4BA0 is #05B45F. Grayscale: #888888. Windows color (decimal): -373856 or 10505210. OLE color: 10505210.

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

Color convert

RGB 250 75 160 -
CMYK 0 0.7 0.36 0.02
HSL 330.86º 0.95% 0.64% -
HSV(B) 330.86º 0.7% 0.98% -
XYZ 48.29 27.89 36.1 -
YUV 137.02 140.98 208.59 -
System Red Green Blue C M Y K H S L
Decimal 250 75 160 0 0.7 0.36 0.02 330.86 0.95 0.64
Hex FA 4B A0 0 46 24 2 14B 5F 40
Octal 372 113 240 0 106 44 2 513 137 100
Binary 11111010 1001011 10100000 0 1000110 100100 10 101001011 1011111 1000000

Color Harmonies of #FA4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BA0

Black with #FA4BA0

Text Example


Text Example

White with #FA4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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