Html Css Color HEX #F328A7 Persian Rose

📋 copy color: '#F328A7'

red 243 ◦ green 40 ◦ blue 167

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

Shades of Persian Rose #F328A7

Tints of Persian Rose #F328A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.11%

R = 54%
G = 8.89%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F328A7 (or 0xF328A7) is known color: Persian Rose. HEX triplet: F3, 28 and A7. RGB value is (243,40,167). Sum of RGB (Red+Green+Blue) = 243+40+167=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F328A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328A7 is #0CD758. Grayscale: #727272. Windows color (decimal): -841561 or 10954995. OLE color: 10954995.

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

Color convert

RGB 243 40 167 -
CMYK 0 0.84 0.31 0.05
HSL 322.46º 0.89% 0.55% -
HSV(B) 322.46º 0.84% 0.95% -
XYZ 44.7 23.36 38.71 -
YUV 115.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 243 40 167 0 0.84 0.31 0.05 322.46 0.89 0.55
Hex F3 28 A7 0 54 1F 5 142 59 37
Octal 363 50 247 0 124 37 5 502 131 67
Binary 11110011 101000 10100111 0 1010100 11111 101 101000010 1011001 110111

Color Harmonies of #F328A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328A7

Black with #F328A7

Text Example


Text Example

White with #F328A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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