Html Css Color HEX #FA259D Persian Rose

📋 copy color: '#FA259D'

red 250 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #FA259D

Tints of Persian Rose #FA259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 56.31%
G = 8.33%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA259D (or 0xFA259D) is known color: Persian Rose. HEX triplet: FA, 25 and 9D. RGB value is (250,37,157). Sum of RGB (Red+Green+Blue) = 250+37+157=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA259D is #05DA62. Grayscale: #727272. Windows color (decimal): -383587 or 10298874. OLE color: 10298874.

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

Color convert

RGB 250 37 157 -
CMYK 0 0.85 0.37 0.02
HSL 326.2º 0.96% 0.56% -
HSV(B) 326.2º 0.85% 0.98% -
XYZ 46.17 24.08 34.11 -
YUV 114.37 152.07 224.74 -
System Red Green Blue C M Y K H S L
Decimal 250 37 157 0 0.85 0.37 0.02 326.2 0.96 0.56
Hex FA 25 9D 0 55 25 2 146 60 38
Octal 372 45 235 0 125 45 2 506 140 70
Binary 11111010 100101 10011101 0 1010101 100101 10 101000110 1100000 111000

Color Harmonies of #FA259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA259D

Black with #FA259D

Text Example


Text Example

White with #FA259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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