Html Css Color HEX #F379BE Persian Pink

📋 copy color: '#F379BE'

red 243 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #F379BE

Tints of Persian Pink #F379BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 43.86%
G = 21.84%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F379BE (or 0xF379BE) is known color: Persian Pink. HEX triplet: F3, 79 and BE. RGB value is (243,121,190). Sum of RGB (Red+Green+Blue) = 243+121+190=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F379BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379BE is #0C8641. Grayscale: #A5A5A5. Windows color (decimal): -820802 or 12483059. OLE color: 12483059.

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

Color convert

RGB 243 121 190 -
CMYK 0 0.50 0.22 0.05
HSL 326.07º 0.84% 0.71% -
HSV(B) 326.07º 0.5% 0.95% -
XYZ 53.09 36.45 52.95 -
YUV 165.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 243 121 190 0 0.50 0.22 0.05 326.07 0.84 0.71
Hex F3 79 BE 0 32 16 5 146 54 47
Octal 363 171 276 0 62 26 5 506 124 107
Binary 11110011 1111001 10111110 0 110010 10110 101 101000110 1010100 1000111

Color Harmonies of #F379BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379BE

Black with #F379BE

Text Example


Text Example

White with #F379BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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