Html Css Color HEX #FA289C Persian Rose

📋 copy color: '#FA289C'

red 250 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #FA289C

Tints of Persian Rose #FA289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 56.05%
G = 8.97%
B = 34.98%

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

#FA289C (or 0xFA289C) is known color: Persian Rose. HEX triplet: FA, 28 and 9C. RGB value is (250,40,156). Sum of RGB (Red+Green+Blue) = 250+40+156=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA289C is #05D763. Grayscale: #737373. Windows color (decimal): -382820 or 10234106. OLE color: 10234106.

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

Color convert

RGB 250 40 156 -
CMYK 0 0.84 0.38 0.02
HSL 326.86º 0.95% 0.57% -
HSV(B) 326.86º 0.84% 0.98% -
XYZ 46.18 24.24 33.7 -
YUV 116.01 150.57 223.57 -
System Red Green Blue C M Y K H S L
Decimal 250 40 156 0 0.84 0.38 0.02 326.86 0.95 0.57
Hex FA 28 9C 0 54 26 2 147 5F 39
Octal 372 50 234 0 124 46 2 507 137 71
Binary 11111010 101000 10011100 0 1010100 100110 10 101000111 1011111 111001

Color Harmonies of #FA289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA289C

Black with #FA289C

Text Example


Text Example

White with #FA289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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