Html Css Color HEX #FA289B Persian Rose

📋 copy color: '#FA289B'

red 250 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #FA289B

Tints of Persian Rose #FA289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 56.18%
G = 8.99%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA289B (or 0xFA289B) is known color: Persian Rose. HEX triplet: FA, 28 and 9B. RGB value is (250,40,155). Sum of RGB (Red+Green+Blue) = 250+40+155=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA289B is #05D764. Grayscale: #737373. Windows color (decimal): -382821 or 10168570. OLE color: 10168570.

HSL color Cylindrical-coordinate representation of color #FA289B: hue angle of 327.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA289B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 155 -
CMYK 0 0.84 0.38 0.02
HSL 327.14º 0.95% 0.57% -
HSV(B) 327.14º 0.84% 0.98% -
XYZ 46.1 24.21 33.25 -
YUV 115.9 150.07 223.65 -
System Red Green Blue C M Y K H S L
Decimal 250 40 155 0 0.84 0.38 0.02 327.14 0.95 0.57
Hex FA 28 9B 0 54 26 2 147 5F 39
Octal 372 50 233 0 124 46 2 507 137 71
Binary 11111010 101000 10011011 0 1010100 100110 10 101000111 1011111 111001

Color Harmonies of #FA289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA289B

Black with #FA289B

Text Example


Text Example

White with #FA289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA289B; }

 p { color: rgb(250,40,155); }

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

background-color css

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

 a { background-color: rgb(250,40,155); }

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

border-color css

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

 span { border-color: rgb(250,40,155); }

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