Html Css Color HEX #F379B3 Persian Pink

📋 copy color: '#F379B3'

red 243 ◦ green 121 ◦ blue 179

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

Shades of Persian Pink #F379B3

Tints of Persian Pink #F379B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.97%

R = 44.75%
G = 22.28%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F379B3 (or 0xF379B3) is known color: Persian Pink. HEX triplet: F3, 79 and B3. RGB value is (243,121,179). Sum of RGB (Red+Green+Blue) = 243+121+179=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F379B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379B3 is #0C864C. Grayscale: #A3A3A3. Windows color (decimal): -820813 or 11762163. OLE color: 11762163.

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

Color convert

RGB 243 121 179 -
CMYK 0 0.50 0.26 0.05
HSL 331.48º 0.84% 0.71% -
HSV(B) 331.48º 0.5% 0.95% -
XYZ 51.94 35.98 46.86 -
YUV 164.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 243 121 179 0 0.50 0.26 0.05 331.48 0.84 0.71
Hex F3 79 B3 0 32 1A 5 14B 54 47
Octal 363 171 263 0 62 32 5 513 124 107
Binary 11110011 1111001 10110011 0 110010 11010 101 101001011 1010100 1000111

Color Harmonies of #F379B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379B3

Black with #F379B3

Text Example


Text Example

White with #F379B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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