Html Css Color HEX #F324A5 Persian Rose

📋 copy color: '#F324A5'

red 243 ◦ green 36 ◦ blue 165

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

Shades of Persian Rose #F324A5

Tints of Persian Rose #F324A5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.11%

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

R = 54.73%
G = 8.11%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F324A5 (or 0xF324A5) is known color: Persian Rose. HEX triplet: F3, 24 and A5. RGB value is (243,36,165). Sum of RGB (Red+Green+Blue) = 243+36+165=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F324A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F324A5 is #0CDB5A. Grayscale: #707070. Windows color (decimal): -842587 or 10822899. OLE color: 10822899.

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

Color convert

RGB 243 36 165 -
CMYK 0 0.85 0.32 0.05
HSL 322.61º 0.9% 0.55% -
HSV(B) 322.61º 0.85% 0.95% -
XYZ 44.38 23.03 37.7 -
YUV 112.6 157.58 221.01 -
System Red Green Blue C M Y K H S L
Decimal 243 36 165 0 0.85 0.32 0.05 322.61 0.9 0.55
Hex F3 24 A5 0 55 20 5 143 5A 37
Octal 363 44 245 0 125 40 5 503 132 67
Binary 11110011 100100 10100101 0 1010101 100000 101 101000011 1011010 110111

Color Harmonies of #F324A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F324A5

Black with #F324A5

Text Example


Text Example

White with #F324A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F324A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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