Html Css Color HEX #F328AA Persian Rose

📋 copy color: '#F328AA'

red 243 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #F328AA

Tints of Persian Rose #F328AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 53.64%
G = 8.83%
B = 37.53%

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

#F328AA (or 0xF328AA) is known color: Persian Rose. HEX triplet: F3, 28 and AA. RGB value is (243,40,170). Sum of RGB (Red+Green+Blue) = 243+40+170=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F328AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328AA is #0CD755. Grayscale: #737373. Windows color (decimal): -841558 or 11151603. OLE color: 11151603.

HSL color Cylindrical-coordinate representation of color #F328AA: hue angle of 321.58º 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 #F328AA is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 40 170 -
CMYK 0 0.84 0.30 0.05
HSL 321.58º 0.89% 0.55% -
HSV(B) 321.58º 0.84% 0.95% -
XYZ 44.98 23.47 40.19 -
YUV 115.52 158.75 218.93 -
System Red Green Blue C M Y K H S L
Decimal 243 40 170 0 0.84 0.30 0.05 321.58 0.89 0.55
Hex F3 28 AA 0 54 1E 5 142 59 37
Octal 363 50 252 0 124 36 5 502 131 67
Binary 11110011 101000 10101010 0 1010100 11110 101 101000010 1011001 110111

Color Harmonies of #F328AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328AA

Black with #F328AA

Text Example


Text Example

White with #F328AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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