Html Css Color HEX #F326AA Persian Rose

📋 copy color: '#F326AA'

red 243 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #F326AA

Tints of Persian Rose #F326AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.43%

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

R = 53.88%
G = 8.43%
B = 37.69%

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

#F326AA (or 0xF326AA) is known color: Persian Rose. HEX triplet: F3, 26 and AA. RGB value is (243,38,170). Sum of RGB (Red+Green+Blue) = 243+38+170=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F326AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326AA is #0CD955. Grayscale: #727272. Windows color (decimal): -842070 or 11151091. OLE color: 11151091.

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

Color convert

RGB 243 38 170 -
CMYK 0 0.84 0.30 0.05
HSL 321.37º 0.9% 0.55% -
HSV(B) 321.37º 0.84% 0.95% -
XYZ 44.91 23.34 40.17 -
YUV 114.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 243 38 170 0 0.84 0.30 0.05 321.37 0.9 0.55
Hex F3 26 AA 0 54 1E 5 141 5A 37
Octal 363 46 252 0 124 36 5 501 132 67
Binary 11110011 100110 10101010 0 1010100 11110 101 101000001 1011010 110111

Color Harmonies of #F326AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F326AA

Black with #F326AA

Text Example


Text Example

White with #F326AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F326AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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