Html Css Color HEX #F326AB Persian Rose

📋 copy color: '#F326AB'

red 243 ◦ green 38 ◦ blue 171

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

Shades of Persian Rose #F326AB

Tints of Persian Rose #F326AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 53.76%
G = 8.41%
B = 37.83%

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

#F326AB (or 0xF326AB) is known color: Persian Rose. HEX triplet: F3, 26 and AB. RGB value is (243,38,171). Sum of RGB (Red+Green+Blue) = 243+38+171=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F326AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326AB is #0CD954. Grayscale: #727272. Windows color (decimal): -842069 or 11216627. OLE color: 11216627.

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

Color convert

RGB 243 38 171 -
CMYK 0 0.84 0.30 0.05
HSL 321.07º 0.9% 0.55% -
HSV(B) 321.07º 0.84% 0.95% -
XYZ 45.01 23.38 40.67 -
YUV 114.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 243 38 171 0 0.84 0.30 0.05 321.07 0.9 0.55
Hex F3 26 AB 0 54 1E 5 141 5A 37
Octal 363 46 253 0 124 36 5 501 132 67
Binary 11110011 100110 10101011 0 1010100 11110 101 101000001 1011010 110111

Color Harmonies of #F326AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F326AB

Black with #F326AB

Text Example


Text Example

White with #F326AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F326AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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