Html Css Color HEX #F329AC Persian Rose

📋 copy color: '#F329AC'

red 243 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #F329AC

Tints of Persian Rose #F329AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.99%

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 53.29%
G = 8.99%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F329AC (or 0xF329AC) is known color: Persian Rose. HEX triplet: F3, 29 and AC. RGB value is (243,41,172). Sum of RGB (Red+Green+Blue) = 243+41+172=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F329AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F329AC is #0CD653. Grayscale: #747474. Windows color (decimal): -841300 or 11282931. OLE color: 11282931.

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

Color convert

RGB 243 41 172 -
CMYK 0 0.83 0.29 0.05
HSL 321.09º 0.89% 0.56% -
HSV(B) 321.09º 0.83% 0.95% -
XYZ 45.2 23.62 41.21 -
YUV 116.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 243 41 172 0 0.83 0.29 0.05 321.09 0.89 0.56
Hex F3 29 AC 0 53 1D 5 141 59 38
Octal 363 51 254 0 123 35 5 501 131 70
Binary 11110011 101001 10101100 0 1010011 11101 101 101000001 1011001 111000

Color Harmonies of #F329AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329AC

Black with #F329AC

Text Example


Text Example

White with #F329AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329AC; }

 p { color: rgb(243,41,172); }

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

background-color css

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

 a { background-color: rgb(243,41,172); }

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

border-color css

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

 span { border-color: rgb(243,41,172); }

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