Html Css Color HEX #FA299C Persian Rose

📋 copy color: '#FA299C'

red 250 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #FA299C

Tints of Persian Rose #FA299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.17%

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

R = 55.93%
G = 9.17%
B = 34.9%

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

#FA299C (or 0xFA299C) is known color: Persian Rose. HEX triplet: FA, 29 and 9C. RGB value is (250,41,156). Sum of RGB (Red+Green+Blue) = 250+41+156=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA299C is #05D663. Grayscale: #747474. Windows color (decimal): -382564 or 10234362. OLE color: 10234362.

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

Color convert

RGB 250 41 156 -
CMYK 0 0.84 0.38 0.02
HSL 326.99º 0.95% 0.57% -
HSV(B) 326.99º 0.84% 0.98% -
XYZ 46.22 24.31 33.71 -
YUV 116.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 250 41 156 0 0.84 0.38 0.02 326.99 0.95 0.57
Hex FA 29 9C 0 54 26 2 147 5F 39
Octal 372 51 234 0 124 46 2 507 137 71
Binary 11111010 101001 10011100 0 1010100 100110 10 101000111 1011111 111001

Color Harmonies of #FA299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA299C

Black with #FA299C

Text Example


Text Example

White with #FA299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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