Html Css Color HEX #FA259B Persian Rose

📋 copy color: '#FA259B'

red 250 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #FA259B

Tints of Persian Rose #FA259B

RGB

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

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

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

R = 56.56%
G = 8.37%
B = 35.07%

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

#FA259B (or 0xFA259B) is known color: Persian Rose. HEX triplet: FA, 25 and 9B. RGB value is (250,37,155). Sum of RGB (Red+Green+Blue) = 250+37+155=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA259B is #05DA64. Grayscale: #717171. Windows color (decimal): -383589 or 10167802. OLE color: 10167802.

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

Color convert

RGB 250 37 155 -
CMYK 0 0.85 0.38 0.02
HSL 326.76º 0.96% 0.56% -
HSV(B) 326.76º 0.85% 0.98% -
XYZ 46 24.01 33.22 -
YUV 114.14 151.07 224.91 -
System Red Green Blue C M Y K H S L
Decimal 250 37 155 0 0.85 0.38 0.02 326.76 0.96 0.56
Hex FA 25 9B 0 55 26 2 147 60 38
Octal 372 45 233 0 125 46 2 507 140 70
Binary 11111010 100101 10011011 0 1010101 100110 10 101000111 1100000 111000

Color Harmonies of #FA259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA259B

Black with #FA259B

Text Example


Text Example

White with #FA259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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