Html Css Color HEX #F325A9 Persian Rose

📋 copy color: '#F325A9'

red 243 ◦ green 37 ◦ blue 169

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

Shades of Persian Rose #F325A9

Tints of Persian Rose #F325A9

RGB

 RED value IS 243 (95.31% from 255) = 54.12%

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

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 54.12%
G = 8.24%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F325A9 (or 0xF325A9) is known color: Persian Rose. HEX triplet: F3, 25 and A9. RGB value is (243,37,169). Sum of RGB (Red+Green+Blue) = 243+37+169=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F325A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F325A9 is #0CDA56. Grayscale: #717171. Windows color (decimal): -842327 or 11085299. OLE color: 11085299.

HSL color Cylindrical-coordinate representation of color #F325A9: hue angle of 321.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325A9 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 169 -
CMYK 0 0.85 0.30 0.05
HSL 321.55º 0.9% 0.55% -
HSV(B) 321.55º 0.85% 0.95% -
XYZ 44.79 23.24 39.66 -
YUV 113.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 243 37 169 0 0.85 0.30 0.05 321.55 0.9 0.55
Hex F3 25 A9 0 55 1E 5 142 5A 37
Octal 363 45 251 0 125 36 5 502 132 67
Binary 11110011 100101 10101001 0 1010101 11110 101 101000010 1011010 110111

Color Harmonies of #F325A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325A9

Black with #F325A9

Text Example


Text Example

White with #F325A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325A9; }

 p { color: rgb(243,37,169); }

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

background-color css

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

 a { background-color: rgb(243,37,169); }

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

border-color css

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

 span { border-color: rgb(243,37,169); }

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