Html Css Color HEX #F321A5 Persian Rose

📋 copy color: '#F321A5'

red 243 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #F321A5

Tints of Persian Rose #F321A5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.48%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 55.1%
G = 7.48%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F321A5 (or 0xF321A5) is known color: Persian Rose. HEX triplet: F3, 21 and A5. RGB value is (243,33,165). Sum of RGB (Red+Green+Blue) = 243+33+165=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F321A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321A5 is #0CDE5A. Grayscale: #6E6E6E. Windows color (decimal): -843355 or 10822131. OLE color: 10822131.

HSL color Cylindrical-coordinate representation of color #F321A5: hue angle of 322.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321A5 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 165 -
CMYK 0 0.86 0.32 0.05
HSL 322.29º 0.9% 0.54% -
HSV(B) 322.29º 0.86% 0.95% -
XYZ 44.3 22.86 37.67 -
YUV 110.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 243 33 165 0 0.86 0.32 0.05 322.29 0.9 0.54
Hex F3 21 A5 0 56 20 5 142 5A 36
Octal 363 41 245 0 126 40 5 502 132 66
Binary 11110011 100001 10100101 0 1010110 100000 101 101000010 1011010 110110

Color Harmonies of #F321A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F321A5

Black with #F321A5

Text Example


Text Example

White with #F321A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F321A5; }

 p { color: rgb(243,33,165); }

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

background-color css

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

 a { background-color: rgb(243,33,165); }

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

border-color css

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

 span { border-color: rgb(243,33,165); }

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