Html Css Color HEX #F379BC Persian Pink

📋 copy color: '#F379BC'

red 243 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #F379BC

Tints of Persian Pink #F379BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.92%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 44.02%
G = 21.92%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F379BC (or 0xF379BC) is known color: Persian Pink. HEX triplet: F3, 79 and BC. RGB value is (243,121,188). Sum of RGB (Red+Green+Blue) = 243+121+188=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F379BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379BC is #0C8643. Grayscale: #A4A4A4. Windows color (decimal): -820804 or 12351987. OLE color: 12351987.

HSL color Cylindrical-coordinate representation of color #F379BC: hue angle of 327.05º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379BC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 121 188 -
CMYK 0 0.50 0.23 0.05
HSL 327.05º 0.84% 0.71% -
HSV(B) 327.05º 0.5% 0.95% -
XYZ 52.88 36.36 51.81 -
YUV 165.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 243 121 188 0 0.50 0.23 0.05 327.05 0.84 0.71
Hex F3 79 BC 0 32 17 5 147 54 47
Octal 363 171 274 0 62 27 5 507 124 107
Binary 11110011 1111001 10111100 0 110010 10111 101 101000111 1010100 1000111

Color Harmonies of #F379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379BC

Black with #F379BC

Text Example


Text Example

White with #F379BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379BC; }

 p { color: rgb(243,121,188); }

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

background-color css

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

 a { background-color: rgb(243,121,188); }

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

border-color css

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

 span { border-color: rgb(243,121,188); }

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