Html Css Color HEX #F328A9 Persian Rose

📋 copy color: '#F328A9'

red 243 ◦ green 40 ◦ blue 169

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

Shades of Persian Rose #F328A9

Tints of Persian Rose #F328A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

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

R = 53.76%
G = 8.85%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F328A9 (or 0xF328A9) is known color: Persian Rose. HEX triplet: F3, 28 and A9. RGB value is (243,40,169). Sum of RGB (Red+Green+Blue) = 243+40+169=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F328A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328A9 is #0CD756. Grayscale: #737373. Windows color (decimal): -841559 or 11086067. OLE color: 11086067.

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

Color convert

RGB 243 40 169 -
CMYK 0 0.84 0.30 0.05
HSL 321.87º 0.89% 0.55% -
HSV(B) 321.87º 0.84% 0.95% -
XYZ 44.88 23.44 39.69 -
YUV 115.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 243 40 169 0 0.84 0.30 0.05 321.87 0.89 0.55
Hex F3 28 A9 0 54 1E 5 142 59 37
Octal 363 50 251 0 124 36 5 502 131 67
Binary 11110011 101000 10101001 0 1010100 11110 101 101000010 1011001 110111

Color Harmonies of #F328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328A9

Black with #F328A9

Text Example


Text Example

White with #F328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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