Html Css Color HEX #F379BA Persian Pink

📋 copy color: '#F379BA'

red 243 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #F379BA

Tints of Persian Pink #F379BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 44.18%
G = 22%
B = 33.82%

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

#F379BA (or 0xF379BA) is known color: Persian Pink. HEX triplet: F3, 79 and BA. RGB value is (243,121,186). Sum of RGB (Red+Green+Blue) = 243+121+186=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F379BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379BA is #0C8645. Grayscale: #A4A4A4. Windows color (decimal): -820806 or 12220915. OLE color: 12220915.

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

Color convert

RGB 243 121 186 -
CMYK 0 0.50 0.23 0.05
HSL 328.03º 0.84% 0.71% -
HSV(B) 328.03º 0.5% 0.95% -
XYZ 52.66 36.27 50.68 -
YUV 164.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 243 121 186 0 0.50 0.23 0.05 328.03 0.84 0.71
Hex F3 79 BA 0 32 17 5 148 54 47
Octal 363 171 272 0 62 27 5 510 124 107
Binary 11110011 1111001 10111010 0 110010 10111 101 101001000 1010100 1000111

Color Harmonies of #F379BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379BA

Black with #F379BA

Text Example


Text Example

White with #F379BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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