Html Css Color HEX #FA25A8 Persian Rose

📋 copy color: '#FA25A8'

red 250 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #FA25A8

Tints of Persian Rose #FA25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 54.95%
G = 8.13%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA25A8 (or 0xFA25A8) is known color: Persian Rose. HEX triplet: FA, 25 and A8. RGB value is (250,37,168). Sum of RGB (Red+Green+Blue) = 250+37+168=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA25A8 is #05DA57. Grayscale: #737373. Windows color (decimal): -383576 or 11019770. OLE color: 11019770.

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

Color convert

RGB 250 37 168 -
CMYK 0 0.85 0.33 0.02
HSL 323.1º 0.96% 0.56% -
HSV(B) 323.1º 0.85% 0.98% -
XYZ 47.15 24.47 39.28 -
YUV 115.62 157.57 223.85 -
System Red Green Blue C M Y K H S L
Decimal 250 37 168 0 0.85 0.33 0.02 323.1 0.96 0.56
Hex FA 25 A8 0 55 21 2 143 60 38
Octal 372 45 250 0 125 41 2 503 140 70
Binary 11111010 100101 10101000 0 1010101 100001 10 101000011 1100000 111000

Color Harmonies of #FA25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA25A8

Black with #FA25A8

Text Example


Text Example

White with #FA25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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