Html Css Color HEX #FA259C Persian Rose

📋 copy color: '#FA259C'

red 250 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #FA259C

Tints of Persian Rose #FA259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.35%

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

R = 56.43%
G = 8.35%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA259C (or 0xFA259C) is known color: Persian Rose. HEX triplet: FA, 25 and 9C. RGB value is (250,37,156). Sum of RGB (Red+Green+Blue) = 250+37+156=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA259C is #05DA63. Grayscale: #717171. Windows color (decimal): -383588 or 10233338. OLE color: 10233338.

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

Color convert

RGB 250 37 156 -
CMYK 0 0.85 0.38 0.02
HSL 326.48º 0.96% 0.56% -
HSV(B) 326.48º 0.85% 0.98% -
XYZ 46.09 24.05 33.67 -
YUV 114.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 250 37 156 0 0.85 0.38 0.02 326.48 0.96 0.56
Hex FA 25 9C 0 55 26 2 146 60 38
Octal 372 45 234 0 125 46 2 506 140 70
Binary 11111010 100101 10011100 0 1010101 100110 10 101000110 1100000 111000

Color Harmonies of #FA259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA259C

Black with #FA259C

Text Example


Text Example

White with #FA259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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